From 299574981105fd05e5a5f9f02b9d4fca770b9be6 Mon Sep 17 00:00:00 2001 From: Brandon Turner Date: Mon, 31 Oct 2005 00:53:00 +0000 Subject: [PATCH] only show one screen of text at a time for displaying help. svn path=/trunk/; revision=18907 --- reactos/subsys/system/cmd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/cmd/dir.c b/reactos/subsys/system/cmd/dir.c index 44088ada77d..ed559d77e57 100644 --- a/reactos/subsys/system/cmd/dir.c +++ b/reactos/subsys/system/cmd/dir.c @@ -218,7 +218,7 @@ static ULARGE_INTEGER recurse_bytes; */ static VOID DirHelp(VOID) { - ConOutResPuts(STRING_DIR_HELP1); + ConOutResPaging(TRUE, STRING_DIR_HELP1); }