summaryrefslogtreecommitdiff
path: root/tty.c
Commit message (Expand)AuthorAge
* Unset ICRNL on ttyJohn Hawthorn2016-04-05
* Apply clang-format to all filesJohn Hawthorn2015-11-07
* Fix commentJohn Hawthorn2015-05-09
* Disable signals from ^C (and friends)John Hawthorn2014-10-19
* termios should be reset on successful exit.John Hawthorn2014-10-19
* Move _GNU_SOURCE definition to makefileJohn Hawthorn2014-09-17
* 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