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.

37 lines
1008 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. * fix shift up/down (shift selection in emacs)
  16. * fix selection paste for xatom STRING
  17. * fix umlaut handling in settitle
  18. * fix rows and column definition in fixed geometry
  19. * fix -e handling
  20. * remove DEC test sequence when appropriate
  21. * reverse cursor when drawin light on light background
  22. * text should be readable
  23. * When some application outputting long text is run in the shell init scripts,
  24. then this text might be stripped to the standard 80x25 due to st running the
  25. virtual terminal at first priority. Maybe the vt initialisation could be
  26. moved somewhere after knowing the right window size.
  27. misc
  28. ----
  29. $ grep -nE 'XXX|TODO' st.c