Call def_prog_mode after termNoFlow

So that the settings get restored after /url or /man.
weechat-hashes
Curtis McEnroe 2019-02-23 11:42:42 -05:00
parent c168e54f06
commit 55866686a8
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 0 deletions

1
ui.c
View File

@ -190,6 +190,7 @@ void uiInit(void) {
noecho();
termInit();
termNoFlow();
def_prog_mode();
colorInit();
ui.status = newwin(1, COLS, 0, 0);
ui.input = newpad(1, 512);