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.

33 lines
617 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 and complete terminfo entry
  15. * add fallback fonts for the restricted xft code
  16. bugs
  17. ----
  18. * handle XOpenMI() errors
  19. * fix shift up/down (shift selection in emacs)
  20. * fix selection paste for xatom STRING
  21. * fix umlaut handling in settitle
  22. * fix rows and column definition in fixed geometry
  23. misc
  24. ----
  25. $ grep -nE 'XXX|TODO' st.c