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.

9 lines
263 B

  1. - write a clean terminfo entry
  2. - write global "setup" func
  3. - try to split more logic/gfx
  4. - optimize drawing
  5. - handle copy/paste
  6. - fix fork/child exit problem
  7. - fix resize (shrinking should move last line up)
  8. - handle utf8
  9. - refactor/clean code