diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kilo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kilo.c b/src/kilo.c index 8ff5f27..5b6a9a7 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -1044,6 +1044,8 @@ static void editorGo(lua_State* L) { while(1) { editorRefreshScreen(editorGoMenu); + mvaddstr(E.endrow-1, 0, ""); + clrtoeol(); mvprintw(E.endrow-1, 0, "Go to: %s", query); int c = getch(); |