-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello,
Windows terminal is getting in a very interesting state for people working with comnsole applications.
Specifically, the selection mode (see https://github.com/microsoft/terminal/releases) allows us to freely explore and copy terminal output, which covers some functions of your addon in a native way.
This works very well in all kinds of scenarius, including ssh sessions to remote machines and the scrolling has literally no limits when navigating through text, which combined to marks can enable you to place a mark before issuing a command and jumping to it after the command output, which will allow you to read all the output in order.
But Windows terminal has at least for me and others an issue, which is NVDA stops echoing output of commands automatically after some time.
This rneders usage of Windows terminal very frustrating, because now you can handle long outputs, but no longer can you handle short outputs, which would be just listening or reading the changed terminal output automatically.
Although I could open an issue on NVDA repo itself, I thought first in askoing if you have any idea of what is happening or where can we start investigating, because once this is fixed the usage of console applications will be at another producty level for everyone usiing NVDA.
Thanks,
Marlon