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.

38 lines
964 B

14 years ago
14 years ago
13 years ago
13 years ago
12 years ago
13 years ago
  1. vt emulation
  2. ------------
  3. * wide-character support in conjunction with fallback xft code
  4. * double-height support
  5. code & interface
  6. ----------------
  7. * clean and complete terminfo entry
  8. * add a simple way to do multiplexing
  9. drawing
  10. -------
  11. * add diacritics support to xdraws()
  12. * add kerning configuration
  13. * make the font cache simpler
  14. * add hard width handling
  15. * xft is reporting wrong width and height for characters
  16. bugs
  17. ----
  18. * fix shift up/down (shift selection in emacs)
  19. * fix selection paste for xatom STRING
  20. * fix rows and column definition in fixed geometry
  21. * fix -e handling
  22. * remove DEC test sequence when appropriate
  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