-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
curses: add set_tabsize
and set_escdelay
#82493
Comments
https://linux.die.net/man/3/set_escdelay I'd like to help with this, but I don't even know where to start with argumentclinic -- any points would be greatly appreciated presumably I should also add getters for these as well to retrieve the global variable from the curses side? |
Are you asking about argumentclinic in general or something specific to this bug? If it's something specific feel free to ignore the following: You can find a basic tutorial on argumentclinic here https://docs.python.org/3/howto/clinic.html#basic-concepts-and-usage Essentially, you'll be adding something along these lines into _cursesmodule.c /*[clinic input] One line description. Extended description. Spanning over after which you can run |
There are also ncurses functions get_tabsize() and get_escdelay(). In other implementations they can be modeled by returning the TABSIZE and ESCDELAY global variables. |
ah, I'll add those too -- I can do that in the current PR |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: