global hotkeys work

This commit is contained in:
2021-08-18 16:56:42 +10:00
parent 7aefdcdc7f
commit 5d65153dae
2 changed files with 185 additions and 3 deletions

View File

@ -1,5 +1,5 @@
TARGET = qtimer
LIBS = -lm
LIBS = -lm -lncurses -luiohook
CC = gcc
CFLAGS = -g -Wall