Use '-e' when viewing helpfile.
This commit is contained in:
parent
cd727ef682
commit
aa2b943c83
@ -44,6 +44,6 @@ help()
|
||||
{
|
||||
char cmd[MAXPATHLEN + 20];
|
||||
|
||||
(void)snprintf(cmd, sizeof(cmd), "-more %s", _PATH_HELPFILE);
|
||||
(void)snprintf(cmd, sizeof(cmd), "-more -e %s", _PATH_HELPFILE);
|
||||
lsystem(cmd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user