summaryrefslogtreecommitdiff
path: root/tty.c
Commit message (Expand)AuthorAge
* Cap max lines at terminal heightJohn Hawthorn2014-09-16
* Abort on any tty errorsJohn Hawthorn2014-09-16
* Truncate matches at terminal widthJohn Hawthorn2014-09-15
* Add -t,--ttyJohn Hawthorn2014-09-14
* Document termios flags usedJohn Hawthorn2014-09-06
* Use last line of terminalJohn Hawthorn2014-08-30
* Use full buffering rather than line-bufferingJohn Hawthorn2014-08-20
* Make tty_setcol 0-indexedJohn Hawthorn2014-08-16
* 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
* Extract ANSI CSI SGR calls into tty.cJohn Hawthorn2014-08-04
* Split tty functions into tty.cJohn Hawthorn2014-08-03