Open hpjansson opened 1 week ago
We may be able to gain some information from calls to getFileInformationByHandleEx and ntQueryObjectNameInformation on Windows. Cf. https://github.com/RyanGlScott/mintty/blob/master/src/System/Console/MinTTY/Win32.hsc . Need to investigate what it returns for various TEs apart from MinTTY and see if it's any use generally.
getFileInformationByHandleEx
ntQueryObjectNameInformation
We may be able to gain some information from calls to
getFileInformationByHandleEx
andntQueryObjectNameInformation
on Windows. Cf. https://github.com/RyanGlScott/mintty/blob/master/src/System/Console/MinTTY/Win32.hsc . Need to investigate what it returns for various TEs apart from MinTTY and see if it's any use generally.