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.

32 lines
584 B

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