TODO 458 B

1234567891011121314151617181920212223242526272829
  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