forked from github/server
allow mapper to be opened twice
This commit is contained in:
parent
422213f369
commit
47327786a2
1 changed files with 1 additions and 0 deletions
|
@ -1117,6 +1117,7 @@ run_mapper(void)
|
|||
draw_cursor(st.wnd_map->handle, st.selected, vi, &st.cursor, 0);
|
||||
handlekey(&st, c);
|
||||
}
|
||||
g_quit = 0;
|
||||
set_readline(NULL);
|
||||
curs_set(1);
|
||||
endwin();
|
||||
|
|
Loading…
Reference in a new issue