mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
4 lines
331 B
Plaintext
4 lines
331 B
Plaintext
- Look into a way to tell ratatui to skip diffing and just overwrite the whole thing 'cause we know it won't save time
|
|
- Look into more efficient 'skip'ing in ratatui so that you don't have to unicode_width::width a bunch of escape codes
|
|
- Render to Box<dyn Protocol> aot but only in the vicinity of the current view to save space
|