diff options
Diffstat (limited to 'stopwatch.c')
| -rw-r--r-- | stopwatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stopwatch.c b/stopwatch.c index b978753..5bfa69c 100644 --- a/stopwatch.c +++ b/stopwatch.c @@ -1,6 +1,8 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" +/* TODO add clickable buttons */ + USAGE("[-2]"); static volatile sig_atomic_t caught_sigterm = 0; |
