Adjust 'help /all' to fixed 'pause'
This commit is contained in:
parent
b0cdfa5161
commit
e68a64aade
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ void DOS_Shell::CMD_HELP(char * args){
|
|||
while (cmd_list[cmd_index].name) {
|
||||
if (optall || !cmd_list[cmd_index].flags) {
|
||||
WriteOut("<\033[34;1m%-8s\033[0m> %s",cmd_list[cmd_index].name,MSG_Get(cmd_list[cmd_index].help));
|
||||
if(!(++write_count%22)) CMD_PAUSE(empty_string);
|
||||
if (!(++write_count % 24))
|
||||
CMD_PAUSE(empty_string);
|
||||
}
|
||||
cmd_index++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue