don't edit things with webui

This commit is contained in:
Emil Williams 2024-02-03 15:10:34 -05:00
parent f9ecb62d8c
commit 435f4b9daa

View File

@ -1,5 +1,5 @@
/* nckey.c - displays the current key according to ncurses
* @BAKE cc -Wall -Wextra -Wpedantic -pipe -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $@ -o $* nckey.c -lncurses -ltinfo
* @BAKE cc -Wall -Wextra -Wpedantic -pipe -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $@ -o $* -lncurses -ltinfo
*/
#include <signal.h>