diff options
Diffstat (limited to 'snotif.h')
-rw-r--r-- | snotif.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ // Curses related constants #define CPAIR_SEL 132 #define CPAIR_B 4 +#define CTRL(c) ((c) & 037) // Extended struct from the specification at: // https://specifications.freedesktop.org/notification-spec/latest/ar01s09.html |