My build of suckless st terminal
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.

37 lines
792 B

14 years ago
14 years ago
14 years ago
14 years ago
13 years ago
14 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. * add arrow keys handling
  12. code & interface
  13. ----------------
  14. * clean selection code
  15. * clean and complete terminfo entry
  16. * add border around cursor, when it could be hard to read
  17. * white border when not selected would suffice
  18. * + definition in config.h
  19. bugs
  20. ----
  21. * handle XOpenMI() errors
  22. * fix shift up/down (shift selection in emacs)
  23. * fix selection paste for xatom STRING
  24. * fix umlaut handling in settitle
  25. * fix rows and column definition in fixed geometry
  26. * clear the borders of the st window, if something has drawn on it
  27. misc
  28. ----
  29. $ grep -nE 'XXX|TODO' st.c