about summary refs log tree commit diff stats
path: root/src/kilo.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-13 23:22:00 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-13 23:22:00 -0800
commit3c2a5e26ae48b1b04c44eff776d4b3001d1aa96d (patch)
tree5cc9d501a07a297ff9ec78a99c6edf743c56cf51 /src/kilo.c
parentc60863347acd6014a068439fa5a277bf009ee559 (diff)
downloadteliva-3c2a5e26ae48b1b04c44eff776d4b3001d1aa96d.tar.gz
.
Diffstat (limited to 'src/kilo.c')
-rw-r--r--src/kilo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kilo.c b/src/kilo.c
index dac5fb9..a8b55d2 100644
--- a/src/kilo.c
+++ b/src/kilo.c
@@ -963,7 +963,6 @@ static void editorGo(lua_State* L) {
 
 /* Process events arriving from the standard input, which is, the user
  * is typing stuff on the terminal. */
-#define KILO_QUIT_TIMES 3
 int Quit = 0;
 static void editorProcessKeypress(lua_State* L) {
     int c = getch();