aboutsummaryrefslogtreecommitdiff
path: root/goldfishterm/terminfo_test.cc
Commit message (Collapse)AuthorAge
* Throw errno failures with std::system_categoryGravatar Benjamin Barenblat2021-12-26
|
* Don’t hard-code escape sequencesGravatar Benjamin Barenblat2021-12-26
Instead of hard-coding VT100-compatible escape sequences, parse the system terminfo database and read escape sequences from it. This is both more flexible (it should work well on more terminals) and more efficient (it won’t insert padding on terminals that don’t need it).