Index: base/shell/cmd/cmdtable.c =================================================================== --- base/shell/cmd/cmdtable.c (revision 76032) +++ base/shell/cmd/cmdtable.c (working copy) @@ -253,6 +253,7 @@ if (++y == 8) { ConOutPuts(cmdptr->name); + ConOutChar(_T('\n')); y = 0; } else