about summary refs log tree commit diff stats
path: root/src/teliva.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-03 19:12:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-03 19:45:51 -0800
commitbbab1a7c1085f1b1a80ff7e0e29e917397496572 (patch)
tree96a07d0724213ebf59c574eda6311d3baa335cf3 /src/teliva.h
parentfe5f54299123fda8760ae8d40761ac0ffb8d908b (diff)
downloadteliva-bbab1a7c1085f1b1a80ff7e0e29e917397496572.tar.gz
get rid of `Esc` hotkey
For a variety of historical reasons, terminals pause every time you
press `Esc`. Let's get rid of that lag.
Diffstat (limited to 'src/teliva.h')
-rw-r--r--src/teliva.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/teliva.h b/src/teliva.h
index fdee063..0f78bde 100644
--- a/src/teliva.h
+++ b/src/teliva.h
@@ -20,7 +20,6 @@ enum KEY_ACTION {
   CTRL_S = 19,
   CTRL_U = 21,
   CTRL_X = 24,
-  ESC = 27,
   CTRL_SLASH = 31,
   DELETE = 127,
 };