Simple Terminal from SuckLess
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.

35 lines
952 B

14 years ago
14 years ago
13 years ago
13 years ago
12 years ago
13 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 rows and column definition in fixed geometry
  17. * fix -e handling
  18. * remove DEC test sequence when appropriate
  19. * reverse cursor when drawin light on light background
  20. * text should be readable
  21. * When some application outputting long text is run in the shell init scripts,
  22. then this text might be stripped to the standard 80x25 due to st running the
  23. virtual terminal at first priority. Maybe the vt initialisation could be
  24. moved somewhere after knowing the right window size.
  25. misc
  26. ----
  27. $ grep -nE 'XXX|TODO' st.c