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.

33 lines
648 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. * make the font cache simpler
  13. * add hard width handling
  14. * xft is reporting wrong width and height for characters
  15. bugs
  16. ----
  17. * fix shift up/down (shift selection in emacs)
  18. * fix selection paste for xatom STRING
  19. * fix rows and column definition in fixed geometry
  20. * fix -e handling
  21. * remove DEC test sequence when appropriate
  22. misc
  23. ----
  24. $ grep -nE 'XXX|TODO' st.c