aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 99dc29f119..7a32b3c00a 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -2398,10 +2398,6 @@ int get_keystroke(void)
}
buf[len >= buflen ? buflen - 1 : len] = NUL;
n = utf_ptr2char(buf);
-#ifdef UNIX
- if (n == intr_char)
- n = ESC;
-#endif
break;
}
xfree(buf);