My build of the simple terminal from suckless.org.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

29 rindas
458 B

  1. vt emulation
  2. ------------
  3. * double-height support
  4. code & interface
  5. ----------------
  6. * add a simple way to do multiplexing
  7. drawing
  8. -------
  9. * add diacritics support to xdraws()
  10. * switch to a suckless font drawing library
  11. * make the font cache simpler
  12. * add better support for brightening of the upper colors
  13. bugs
  14. ----
  15. * fix shift up/down (shift selection in emacs)
  16. * remove DEC test sequence when appropriate
  17. misc
  18. ----
  19. $ grep -nE 'XXX|TODO' st.c