aboutsummaryrefslogtreecommitdiff
path: root/lib/interestingtimes.c
AgeCommit message (Expand)Author
2018-01-14Switch xgettty() -> tty_fd() (returning -1 instead of erroring out if none).Rob Landley
2017-02-05Don't set SIGWINCH when reading ANSI size probe data, it causes a loop.Rob Landley
2016-04-23Fix more to not append an extra newline.Elliott Hughes
2016-04-16Fix "ssh top".Elliott Hughes
2016-01-28Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill.Rob Landley
2016-01-10Make cursor left/right change sort type in iotop.Rob Landley
2016-01-07Make scan_key() specify timeout in miliseconds, split out terminal_probesize(),Rob Landley
2015-12-30Add more keys to scan_key() and fix hang in scan_key_getsize().Rob Landley
2015-12-27Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,Rob Landley
2015-06-26Factor out more not-curses infrastructure into lib.Rob Landley
2015-05-14Promote reset (actually write a new one using the simple man 4 console_codesRob Landley
2015-05-08Move not-curses code into interstingtimes.cRob Landley