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.

34 lines
611 B

14 years ago
14 years ago
13 years ago
13 years ago
12 years ago
13 years ago
  1. vt emulation
  2. ------------
  3. * implement BCE right
  4. * color definition in CSI
  5. * implement CSI parsing
  6. * make the keypad keys really work
  7. * kf0 .. kf44
  8. * kend, kel, kent, kfnd, ked, kext
  9. * kNXT, kPRV
  10. * ka1, ka3, kb2
  11. code & interface
  12. ----------------
  13. * clean selection code
  14. * clean and complete terminfo entry
  15. * remove the timeouts in the main loop
  16. bugs
  17. ----
  18. * handle XOpenMI() errors
  19. * fix shift up/down (shift selection in emacs)
  20. * fix selection click
  21. * fix selection paste for xatom STRING
  22. * fix umlaut handling in settitle
  23. * fix the scrolling issues in less
  24. misc
  25. ----
  26. $ grep -nE 'XXX|TODO' st.c