My build of the simple terminal from suckless.org.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

29 líneas
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