Ruzsinszki Gábor
Ruzsinszki Gábor
Hi, Which version are you using and on which version of Windows? Currently I can't reproduce the issue using Windows 10 x64 build 1903 + TC Player 2.6 running on...
Will need some more details: - Did you add the plugin manually? - What is in your totalcommander ini file regarding the lister plugin? - What version of Windows are...
What about sandcastle ? It generates MSDN like docs without much hastle.
MinGW64's MinTTTY is a TTY emulator. It doesn't support Windows console API's out of the box. You need to run your program wrapped in winpty. Example: ``` winpty yourexe.exe ```
Windows terminal since Preview v1.15.186 (https://github.com/microsoft/Terminal/pull/13208) version supports the DECPS escape sequence, which allows you to play sound. (https://vt100.net/emu/ctrlseq_dec.html) If possible, the implementation I think should support both the `Console.Beep()`...
> Will be implemented in 3.0
Strange issue, I think it's related somehow to the Audio API changes. Will be fixed in 3.0
Development on new version is started
Feel free to add requested features here
Thanks for the heads up. I will add all the information I can.