aboutsummaryrefslogtreecommitdiff
path: root/lib/tty.c
AgeCommit message (Expand)Author
2023-01-06Rename/move xmemcmp() (which doesn't exit) to smemcmp(), and add x prefixRob Landley
2022-05-05A little more ANSI cheat sheet.Rob Landley
2022-01-30Move ANSI escape cheat sheet to tty.cRob Landley
2022-01-03Replace \033 with \e in strings.Rob Landley
2022-01-03Remove tty_esc() and tty_jump() wrappers, just output ANSI directly.Rob Landley
2021-12-19Minor cleanups: comments, whitespace, use \e instead of \033Rob Landley
2021-04-20hexedit: various improvements.Elliott Hughes
2020-11-18Fix microcom to set serial device's terminal correctly.Rob Landley
2019-04-11scan_key: support more terminals.Elliott Hughes
2019-02-23Bumper typo cleanup.Elliott Hughes
2018-10-28Rename interestingtimes.c to tty.c. (It's the "not curses" code.)Rob Landley