aboutsummaryrefslogtreecommitdiff
path: root/lib/interestingtimes.c
AgeCommit message (Collapse)Author
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
terminal reset escape sequence) and add gettty() function to lib so terminal gets reset even when we redirect stdout/stderr. (This is apparently the expected behavior.)
2015-05-08Move not-curses code into interstingtimes.cRob Landley