aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-21 16:33:10 +0100
committerMattias Andrée <m@maandree.se>2025-02-21 16:33:10 +0100
commit2bcfca7a468c3350ce9a28a9a18dce623a7645ee (patch)
tree5d7b8a1c0508fe49661be405416c3b421cad2925 /libterminput.h
parentUpdate readme (diff)
downloadlibterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.gz
libterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.bz2
libterminput-2bcfca7a468c3350ce9a28a9a18dce623a7645ee.tar.xz
Some fixes and testsHEAD1.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libterminput.h')
-rw-r--r--libterminput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput.h b/libterminput.h
index 5cd634d..464850f 100644
--- a/libterminput.h
+++ b/libterminput.h
@@ -187,7 +187,7 @@ enum libterminput_key {
LIBTERMINPUT_KEYPAD_POINT,
LIBTERMINPUT_KEYPAD_ENTER
-#define LIBTERMINPUT_KEYPAD__LAST__ LIBTERMINPUT_KEYPAD_ENTER /* for internal use */
+#define LIBTERMINPUT_LAST_KEY__ LIBTERMINPUT_KEYPAD_ENTER /* for internal use */
};