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