aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/other/watch.c (renamed from toys/pending/watch.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/watch.c b/toys/other/watch.c
index 42dc25c2..ab51148c 100644
--- a/toys/pending/watch.c
+++ b/toys/other/watch.c
@@ -5,12 +5,12 @@
*
* No standard. See http://man7.org/linux/man-pages/man1/watch.1.html
*
- * TODO: add
+ * TODO: trailing combining characters
USE_WATCH(NEWTOY(watch, "^<1n%<100=2000tebx", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
config WATCH
bool "watch"
- default n
+ default y
help
usage: watch [-teb] [-n SEC] PROG ARGS