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.

29 lines
533 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. * kel, kfnd, ked, kext
  8. code & interface
  9. ----------------
  10. * clean and complete terminfo entry
  11. * add fallback fonts for the restricted xft code
  12. bugs
  13. ----
  14. * handle XOpenMI() errors
  15. * fix shift up/down (shift selection in emacs)
  16. * fix selection paste for xatom STRING
  17. * fix umlaut handling in settitle
  18. * fix rows and column definition in fixed geometry
  19. misc
  20. ----
  21. $ grep -nE 'XXX|TODO' st.c