diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-08 22:45:08 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-08 22:45:08 +0200 |
| commit | d523a4017d7029d97f63fc0926f2a2249cc9c4de (patch) | |
| tree | 72199a7c0727b53ec7fdf4011837763b68399a29 /libterminput.h | |
| parent | Add readme (diff) | |
| download | libterminput-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.h | 1 |
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, |
