aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/watch.c
AgeCommit message (Expand)Author
2018-10-30Promote watch to other.Rob Landley
2018-10-30Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.Rob Landley
2018-10-21Move start_redraw() to lib/ and have ps.c (top) use it.Rob Landley
2018-10-10Rewrite of watch.Rob Landley
2018-03-13Add beep feature to watchMinghui Liu
2014-04-23usage: is lower case (the help generator looks for that, might as well be con...Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-10-13watch: Add support for -e option, remove memory leak and deal with not-wide t...Elie De Brauwer
2013-08-20Add watch and ps, sent by Ashwini Sharma.Rob Landley