Open
Description
I have a full screen application written with prompt toolkit.
self.app = Application(layout=layout, full_screen=True, mouse_support=True...)
The application works fine in Mac and Linux envs. But cannot scroll in Windows 10 command prompt. What is the reason for this and can it be fixed? Or is there an alternative (like enabling scrolling with keyboard)