My build of suckless st terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
746 B

14 years ago
14 years ago
14 years ago
14 years ago
13 years ago
14 years ago
  1. vt emulation
  2. ------------
  3. * implement BCE right
  4. * color definition in CSI
  5. * implement CSI parsing
  6. * wide-character support in conjunction with fallback xft code
  7. * mouse selection support
  8. code & interface
  9. ----------------
  10. * clean and complete terminfo entry
  11. * add fallback fonts for the restricted xft code
  12. * add a simple way to do multiplexing
  13. bugs
  14. ----
  15. * handle XOpenMI() errors
  16. * fix shift up/down (shift selection in emacs)
  17. * fix selection paste for xatom STRING
  18. * fix umlaut handling in settitle
  19. * fix rows and column definition in fixed geometry
  20. * fix -e handling
  21. * remove DEC test sequence when appropriate
  22. * reverse cursor when drawin light on light background
  23. * text should be readable
  24. misc
  25. ----
  26. $ grep -nE 'XXX|TODO' st.c