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.

28 lines
457 B

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