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.

34 lines
676 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. misc
  24. ----
  25. $ grep -nE 'XXX|TODO' st.c