Call def_prog_mode after termNoFlow
So that the settings get restored after /url or /man.
This commit is contained in:
parent
c168e54f06
commit
55866686a8
1
ui.c
1
ui.c
@ -190,6 +190,7 @@ void uiInit(void) {
|
|||||||
noecho();
|
noecho();
|
||||||
termInit();
|
termInit();
|
||||||
termNoFlow();
|
termNoFlow();
|
||||||
|
def_prog_mode();
|
||||||
colorInit();
|
colorInit();
|
||||||
ui.status = newwin(1, COLS, 0, 0);
|
ui.status = newwin(1, COLS, 0, 0);
|
||||||
ui.input = newpad(1, 512);
|
ui.input = newpad(1, 512);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user