ST patched with stuff from https://st.suckless.org/patches/ to work as a lighter alternative to XTerm
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.

28 lines
458 B

14 years ago
14 years ago
13 years ago
13 years ago
  1. vt emulation
  2. ------------
  3. * double-height support
  4. code & interface
  5. ----------------
  6. * add a simple way to do multiplexing
  7. drawing
  8. -------
  9. * add diacritics support to xdraws()
  10. * switch to a suckless font drawing library
  11. * make the font cache simpler
  12. * add better support for brightening of the upper colors
  13. bugs
  14. ----
  15. * fix shift up/down (shift selection in emacs)
  16. * remove DEC test sequence when appropriate
  17. misc
  18. ----
  19. $ grep -nE 'XXX|TODO' st.c