aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/watch.c
AgeCommit message (Collapse)Author
2018-03-13Add beep feature to watchMinghui Liu
2014-04-23usage: is lower case (the help generator looks for that, might as well be ↵Rob Landley
consistent).
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in.
2013-10-13watch: Add support for -e option, remove memory leak and deal with not-wide ↵Elie De Brauwer
terminals
2013-08-20Add watch and ps, sent by Ashwini Sharma.Rob Landley