My build of the simple terminal from suckless.org.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

29 lignes
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