Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed escape delay for ncurses builds #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lyle-Tafoya
Copy link

For whatever reason, the default behavior in ncurses is for there to be a delay when the escape key is hit. I think it has something to do with differentiating between the escape key and escape-codes on legacy terminal hardware where not all data is always received immediately. I don't think this is necessary on modern hardware. I have had this delay disabled in my fork of Omega for awhile now with no ill effect. It's wrapped in an #ifndef PDCURSES, because PDCurses does not have this function and already defaults to zero delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant