From c81d9bb46450ffbd7851e5bc38f7c7aabbc3b220 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Mar 2021 15:56:30 +0200 Subject: Add counter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- stopwatch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stopwatch.c') 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; -- cgit v1.2.3-70-g09d2