aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-08 22:45:08 +0200
committerMattias Andrée <maandree@kth.se>2021-04-08 22:45:08 +0200
commitd523a4017d7029d97f63fc0926f2a2249cc9c4de (patch)
tree72199a7c0727b53ec7fdf4011837763b68399a29 /libterminput.h
parentAdd readme (diff)
downloadlibterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.gz
libterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.bz2
libterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.xz
Remove macro key as it conflicts with mouse tracking
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libterminput.h')
-rw-r--r--libterminput.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libterminput.h b/libterminput.h
index f2f0374..313fd72 100644
--- a/libterminput.h
+++ b/libterminput.h
@@ -18,7 +18,6 @@ enum libterminput_key {
LIBTERMINPUT_RIGHT,
LIBTERMINPUT_LEFT,
LIBTERMINPUT_BEGIN, /* keypad 5 without numlock */
- LIBTERMINPUT_MACRO,
LIBTERMINPUT_TAB, /* backtab if with shift */
LIBTERMINPUT_F1,
LIBTERMINPUT_F2,