Merge pull request #81 from jwilk-forks/comment - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
(HTM) git clone https://git.drkhsh.at/tty-clock.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8fec43ef43872477c933de7de19ef12d28829751
(DIR) parent 577c4ec1b58888cb0df6b03a1e83e5223523a60d
(HTM) Author: anarcat <anarcat@users.noreply.github.com>
Date: Sat, 2 May 2020 09:56:03 -0400
Merge pull request #81 from jwilk-forks/comment
Fix comment placement
Diffstat:
M ttyclock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ttyclock.c b/ttyclock.c
@@ -151,8 +151,8 @@ signal_handler(int signal)
case SIGINT:
case SIGTERM:
ttyclock.running = False;
- /* Segmentation fault signal */
break;
+ /* Segmentation fault signal */
case SIGSEGV:
endwin();
fprintf(stderr, "Segmentation fault.\n");