mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
I misunderstood dialog_prgbox() - fix it.
This commit is contained in:
parent
a3b33372b9
commit
9d8db7f2f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4181
@ -179,6 +179,6 @@ ShowFile(char *filename, char *header)
|
||||
}
|
||||
dialog_clear();
|
||||
sprintf(buf, "/stand/gzip -c -d %s", filename);
|
||||
dialog_prgbox(header, buf, LINES-1, COLS);
|
||||
dialog_prgbox(header, buf, LINES-1, COLS, TRUE, TRUE);
|
||||
dialog_clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user