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

Get and set XY position of cursor (not mouse) #79

Closed
jeanlucthumm opened this issue Dec 30, 2020 · 1 comment
Closed

Get and set XY position of cursor (not mouse) #79

jeanlucthumm opened this issue Dec 30, 2020 · 1 comment

Comments

@jeanlucthumm
Copy link

Is this possible with pancurses? I looked through all the functions and couldn't find anything.

@bracketttc
Copy link

The Window type contains get_cur_x, get_cur_y, and get_cur_yx functions to get the current cursor position. It also contains the mv function to move the cursor to an argument position.
ref

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

No branches or pull requests

2 participants