diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-19 17:57:05 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-19 17:57:05 +0100 |
| commit | 2824c6265a39e4f49ef27ab6c26539492581c96e (patch) | |
| tree | 9af5b0549b4d803a44f8cc83a8cde05ace238b52 /timer.c | |
| parent | Add dogwhistle (diff) | |
| download | pdatools-2824c6265a39e4f49ef27ab6c26539492581c96e.tar.gz pdatools-2824c6265a39e4f49ef27ab6c26539492581c96e.tar.bz2 pdatools-2824c6265a39e4f49ef27ab6c26539492581c96e.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -/* TODO add support for in application entering of time */ +/* TODO add support for in-application entering of time */ /* TODO add support for rat input */ /* TODO add support for audible alert */ /* TODO add support for vibration alert */ @@ -9,7 +9,7 @@ /* TODO add support for messages */ /* TODO add support for multiple timers */ /* TODO add support for CLOCK_BOOTTIME_ALARM */ -/* TODO add support for ptuting timer in the background */ +/* TODO add support for putting timer in the background */ USAGE("[-2s] [[hours:]minutes:]second[.deciseconds]"); |
