- May
- 13,193
- 180
When TCC is running in Windows Terminal, it doesn't know where to put the history and dirhistory popups... That's no surprise. GetConsoleWindow() gives this one (which is of little value).
The one that will tell you where the console is is this one.
Rex, do you have a plan when it comes to Windows Terminal? I'm not requesting anything. Windows Terminal will NEVER be my cup of tea. It's fun to play with but it offers nothing I want. And it's missing ConHost functionality that I use regularly.
Code:
Module: C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.0.1811.0_x64__8wekyb3d8bbwe\OpenConsole.exe
Class: PseudoConsoleWindow
Title: [none]
Enabled: Yes
Visible: No
Show: NORMAL
LTRB: 0 0 128 31
The one that will tell you where the console is is this one.
Code:
Module: C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.0.1811.0_x64__8wekyb3d8bbwe\WindowsTerminal.exe
Class: CASCADIA_HOSTING_WINDOW_CLASS
Title: 26.01.40 [4560] v:\
Enabled: Yes
Visible: Yes
Show: NORMAL
LTRB: 2295 115 3616 1012
Rex, do you have a plan when it comes to Windows Terminal? I'm not requesting anything. Windows Terminal will NEVER be my cup of tea. It's fun to play with but it offers nothing I want. And it's missing ConHost functionality that I use regularly.