added non global hotkeys and new display features

This commit is contained in:
2021-09-29 05:15:13 +10:00
parent 8e3683340d
commit 24b576f59f
7 changed files with 177 additions and 114 deletions

View File

@ -5,6 +5,8 @@
#include <string.h>
#include <termios.h>
#include <limits.h>
#include <fcntl.h>
#include <unistd.h>
extern const char *millitime;
extern const char *secondstime;
@ -15,6 +17,7 @@ extern const char *sfulltime;
extern int maxrows;
extern int maxcols;
extern int colwidth;
extern int in;
struct color {
int r;