summaryrefslogtreecommitdiff
path: root/tty.h
Commit message (Collapse)AuthorAge
* Apply clang-format to all filesJohn Hawthorn2015-11-07
| | | | | | Apologies that this uses my preferred formatting style: mostly the same as Linux, but without a break between function and brace. Adds spaces in a few places they weren't before.
* termios should be reset on successful exit.John Hawthorn2014-10-19
| | | | | | Still needs to be fixed on an exit due to ^C Thanks @rtandy
* Cap max lines at terminal heightJohn Hawthorn2014-09-16
|
* Truncate matches at terminal widthJohn Hawthorn2014-09-15
|
* Add -t,--ttyJohn Hawthorn2014-09-14
|
* Use last line of terminalJohn Hawthorn2014-08-30
|
* tty_flushJohn Hawthorn2014-08-16
|
* Refactor into tty_moveupJohn Hawthorn2014-08-16
|
* Refactor into tty_newline and tty_setcolJohn Hawthorn2014-08-16
|
* Refactor into tty_printfJohn Hawthorn2014-08-16
|
* Define ANSI color valuesJohn Hawthorn2014-08-04
|
* Extract ANSI CSI SGR calls into tty.cJohn Hawthorn2014-08-04
|
* Split tty functions into tty.cJohn Hawthorn2014-08-03