allow mapper to be opened twice

This commit is contained in:
Enno Rehling 2008-05-16 08:36:45 +00:00
parent 422213f369
commit 47327786a2
1 changed files with 1 additions and 0 deletions

View File

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