mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add refresh after each line of program output,
some pgms may have long waiting time between output lines.
This commit is contained in:
parent
b140921eef
commit
646556067f
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ int dialog_prgbox(unsigned char *title, const char *line, int height, int width,
|
|||
*s++ = ' ';
|
||||
print_autowrap(dialog, buf, height-(pause?3:1), width-2, width, 1, 2, FALSE, TRUE);
|
||||
print_autowrap(dialog, "\n", height-(pause?3:1), width-2, width, 1, 2, FALSE, FALSE);
|
||||
wrefresh(dialog);
|
||||
}
|
||||
raw_pclose(f);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue