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.

36 lines
986 B

14 years ago
14 years ago
14 years ago
14 years ago
13 years ago
14 years ago
  1. vt emulation
  2. ------------
  3. * color definition in CSI
  4. * implement CSI parsing
  5. * wide-character support in conjunction with fallback xft code
  6. * mouse selection support
  7. code & interface
  8. ----------------
  9. * clean and complete terminfo entry
  10. * add fallback fonts for the restricted xft code
  11. * add a simple way to do multiplexing
  12. bugs
  13. ----
  14. * fix shift up/down (shift selection in emacs)
  15. * fix selection paste for xatom STRING
  16. * fix umlaut handling in settitle
  17. * fix rows and column definition in fixed geometry
  18. * fix -e handling
  19. * remove DEC test sequence when appropriate
  20. * reverse cursor when drawin light on light background
  21. * text should be readable
  22. * When some application outputting long text is run in the shell init scripts,
  23. then this text might be stripped to the standard 80x25 due to st running the
  24. virtual terminal at first priority. Maybe the vt initialisation could be
  25. moved somewhere after knowing the right window size.
  26. misc
  27. ----
  28. $ grep -nE 'XXX|TODO' st.c