kilo: cleaner go menu

This commit is contained in:
Kartik K. Agaram 2022-01-11 20:25:11 -08:00
parent 4eb4bc4f58
commit 863f14041d
1 changed files with 2 additions and 0 deletions

View File

@ -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();