Can anyone tell me how to take mouse input în Python curses? And if there is any way that I can create a custom cursor for the mouse inside the terminal when I run the program?
curses.set_curs_char('*')
Or something in this manner.
Can anyone tell me how to take mouse input în Python curses? And if there is any way that I can create a custom cursor for the mouse inside the terminal when I run the program?
curses.set_curs_char('*')
Or something in this manner.
Copyright © 2021 Jogjafile Inc.
Try to take a look with following code
For more : https://docspy3zh.readthedocs.io/en/latest/howto/curses.html