TODO 440 B

123456789
  1. * strlen function which is aware of unicode
  2. * Alternative Screen mode detection
  3. * scroll/jump to bottom on new input
  4. * single char based I/O to buffer I/O
  5. * make scroll configurable by config.h in suckless style
  6. - configure option for scrollup/-down hotkeys
  7. - configure option for scroll length: nth-linewise and/or pagewise
  8. - configure option for scrollbackbuffer size
  9. * hotkey to dump buffer to file (like screen hardcopy)