summaryrefslogtreecommitdiffstats
path: root/stopwatch.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-28 15:56:30 +0200
committerMattias Andrée <maandree@kth.se>2021-03-28 15:56:30 +0200
commitc81d9bb46450ffbd7851e5bc38f7c7aabbc3b220 (patch)
treebcfbcbdb7cde6b01470fc5c68bf5104e30899d2d /stopwatch.c
parentstopwatch: do not reset when saving lap time (diff)
downloadpdatools-c81d9bb46450ffbd7851e5bc38f7c7aabbc3b220.tar.gz
pdatools-c81d9bb46450ffbd7851e5bc38f7c7aabbc3b220.tar.bz2
pdatools-c81d9bb46450ffbd7851e5bc38f7c7aabbc3b220.tar.xz
Add counter
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--stopwatch.c2
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;