/*++ Copyright (c) 1988-1999 Microsoft Corporation Module Name: display.c Abstract: Output routines for DIR --*/ #include "cmd.h" extern TCHAR ThousandSeparator[]; // Entry is displayed. // If not /b, // Cursor is left at end of entry on screen. // FileCnt, FileCntTotal, FileSiz, FileSizTotal are updated. // If /b, // Cursor is left at beginning of next line. // Cnt's and Siz's aren't updated. // // Create a manager for these totals // // New format: // 0123456789012345678901234567890123456789012345678901234567890123456789 // 02/23/2001 05:12p 14,611 build.log // 02/23/2001 05:12p 14,611 ... build.log // 02/26/2001 04:58p 13 VERYLO~1 verylongfilename // 02/26/2001 04:58p 13 VERYLO~1 ... verylongfilename // //