- Aug
- 2,799
- 144
In TCC v35, XDIR worked as it should with directory colorization.
Ref: Colorized Directories in TCC
In TCC v36, XDIR works as it should in a TCC.EXE tab,
with directory colorization,
under Windows Terminal Version: 1.24.10921.0
Note that colordir is the same in V35 and v36
In TCC 36.00.35 x64 Windows 10 [Version 10.0.19045.7184]
XDIR does not work as it should,
with directory colorization,
when running as a stand-alone TCC.exe
When I press the down arrow,
and reach what appears to be a blank spot,
the file details are displayed;
XDIR /d works,
since that disables color coding.
Joe
Ref: Colorized Directories in TCC
In TCC v36, XDIR works as it should in a TCC.EXE tab,
with directory colorization,
under Windows Terminal Version: 1.24.10921.0
Code:
U:\>set colordir
dll:bri yel on bla;hrb:bri whi on bla;EXETYPE_WIN32CUI:blue;EXETYPE_WIN32GUI:bri blue;EXETYPE_WIN64GUI:bri red;EXETYPE_WIN64CUI:red;EXETYPE_DOS:bri cya
U:\>echo %_contype
ConPTY
U:\>echo %@mywindow[23]
PseudoConsoleWindow
Note that colordir is the same in V35 and v36
In TCC 36.00.35 x64 Windows 10 [Version 10.0.19045.7184]
XDIR does not work as it should,
with directory colorization,
when running as a stand-alone TCC.exe
Code:
U:\>set colordir
dll:bri yel on bla;hrb:bri whi on bla;EXETYPE_WIN32CUI:blue;EXETYPE_WIN32GUI:bri blue;EXETYPE_WIN64GUI:bri red;EXETYPE_WIN64CUI:red;EXETYPE_DOS:bri cya
R:\>echo %_contype
Console
R:\>echo %@mywindow[23]
ConsoleWindowClass
When I press the down arrow,
and reach what appears to be a blank spot,
the file details are displayed;
XDIR /d works,
since that disables color coding.
Joe
Last edited: