Adapt to 'pause' command working correctly (assuming the terminal height is 25, this will need further adjustments for supporting 80x50 and different modes). Adjust "intro" by 1 space to make formatting the same as MS-DOS 'dir' command - this makes intro not "merge" visually with the files listed. Adjust placing of files and directories counters, to make it resemble most 'dir' implementations. Count intro lines for purpose of correct pagination with 'dir /p'. Skip counting not printed lines with 'dir /b /p'. Output of 'dir /w /p' is still broken, but fixing it will require more invasive changes. Fixes: #75 |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
shell.cpp | ||
shell_batch.cpp | ||
shell_cmds.cpp | ||
shell_misc.cpp |