We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from #156 (comment)
ESCDELAY
Terminal.inkey(esc_delay)
Specifies the total time, in milliseconds, for which ncurses will await a character sequence, e.g., a function key. The default value, 1000
The text was updated successfully, but these errors were encountered:
Implement ESCDELAY environment value
3a0aeec
Closes #158
Implement ESCDELAY environment value (#260)
6941a63
Closes #158 Also pins docformatter due to related issue PyCQA/docformatter#264
Successfully merging a pull request may close this issue.
from #156 (comment)
ESCDELAY
environment value as the default value ofTerminal.inkey(esc_delay)
if set, https://stackoverflow.com/a/28020568 and https://invisible-island.net/ncurses/man/ncurses.3x.htmlThe text was updated successfully, but these errors were encountered: