In Curses driver, ESC has a built-in 200ms pause, which makes it hard to make ESC responsive
See original GitHub issueThis is really noticeable in UI Catalog
(sync latest to PR) where ESC
is used to exit a Scenario.
On Linux (with Curses) it takes 1-2 seconds for the Scenario to close.
I looked at the Unix.MainLoop and Cruses code, but I can’t tell why this is.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Top Results From Across the Web
In Curses driver, ESC has a built-in 200ms pause, which makes ...
This is really noticeable in UI Catalog (sync latest to PR) where ESC is used to exit a Scenario. On Linux (with Curses)...
Read more >gui.cs
In Curses driver, ESC has a built-in 200ms pause, which makes it hard to make ESC ... In LoginView.cs make the following change...
Read more >All Quiet On The Western Front ~ Chapter 7 Flashcards
It is only a pause which makes everything after it so much worse. Out on the front he was able to block all...
Read more >Untitled
Armas ocultas en halo 2, K8v vm drivers windows 7, Fiber optic light source, Blank bannerettes, Modello atomico di rutherford yahoo?
Read more >Day One: Beginner's Guide to Learning Junos
It's all here in the Beginner's Guide to Learning Junos. IT'S DAY ONE AND YOU HAVE A JOB TO DO, SO LEARN: ▫...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bdisp asked in #387: “Did you try that removing the timeout in #439 to see if it works without problems?”
Yes, and it removes the delay, but would break the “ESC-F” == “Alt-F” functionality.
Yes but I think saw some changes on the timeout recently by you.