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.

29 lines
498 B

14 years ago
14 years ago
13 years ago
12 years ago
13 years ago
  1. vt emulation
  2. ------------
  3. * color definition in CSI
  4. * implement CSI parsing
  5. * implement real italic
  6. * tell ncurses applications about resize
  7. code & interface
  8. ----------------
  9. * clean selection code
  10. * clean and complete terminfo entry
  11. bugs
  12. ----
  13. * handle XOpenMI() errors
  14. * fix shift up/down (shift selection in emacs)
  15. * fix selection click
  16. * fix selection paste for xatom STRING
  17. * fix umlaut handling in settitle
  18. * fix the scrolling issues in less
  19. misc
  20. ----
  21. $ grep -nE 'XXX|TODO' st.c