diff --git a/kilo.c b/kilo.c index 0d8aef4e..621358c4 100644 --- a/kilo.c +++ b/kilo.c @@ -1192,6 +1192,8 @@ void editorProcessKeypress(int fd) { int c = editorReadKey(fd); switch(c) { + case CTRL_D: + break; case ENTER: /* Enter */ editorInsertNewline(); break;