about summary refs log tree commit diff stats
path: root/src/teliva.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/teliva.h')
-rw-r--r--src/teliva.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teliva.h b/src/teliva.h
index d3183b9..1f57a13 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -26,6 +26,7 @@ enum KEY_ACTION {
   CTRL_U = 21,
   CTRL_X = 24,
   ESC = 27,
+  CTRL_SLASH = 31,
 };
 
 #endif