ghostty/TODO.md
Mitchell Hashimoto a1130095f8 note charsets are TODO
2022-08-26 09:27:51 -07:00

1.3 KiB

Bugs:

  • Underline should use freetype underline thickness hint

Performance:

  • libuv allocates on every read, we should use a read buffer pool
  • update cells should only update the changed cells
  • for scrollback, investigate using segmented list for sufficiently large scrollback scenarios.
  • scrollback: dynamic growth rather than prealloc
  • reflow: text reflow is really poorly implemented right now specifically for shrinking columns. Look into this. This may require changing the screen data structure.

Correctness:

Improvements:

  • scrollback: configurable
  • selection on top/bottom should scroll up/down (while extending selection)
  • double-click to select a word
  • triple-click to select a line
  • shift-click and drag to continue selection

Major Features: