From 36d8ff00dd1d0f60d0a2afca519de979c67f1dce Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 14 Jul 2024 10:21:23 +0200 Subject: Add some more options for navigating --- snotif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snotif.h') diff --git a/snotif.h b/snotif.h index 16c8667..5fe1d15 100644 --- a/snotif.h +++ b/snotif.h @@ -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 -- cgit v1.2.3