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.

26 lines
397 B

14 years ago
13 years ago
14 years ago
13 years ago
13 years ago
  1. vt emulation
  2. ------------
  3. * screen erased with background color ## capname:bce
  4. * back tab ## capname:cbt ## seq:CSI Z
  5. * ...
  6. code & interface
  7. ----------------
  8. * clean selection code
  9. * clean and complete terminfo entry
  10. * fast drawing
  11. * ...
  12. bugs
  13. ----
  14. * handle XOpenMI() errors
  15. * fix shift up/down (shift selection in emacs)
  16. misc
  17. ----
  18. $ grep -nE 'XXX|TODO' st.c