dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.6k stars 113 forks source link

[heuristics] break up apply_term_heuristics into per-term functors #2563 #2569

Closed dankamongmen closed 2 years ago

dankamongmen commented 2 years ago

Take massive apply_term_heuristics() and break out each terminal's section into its own function. Cleans it up a good bit.