Relative Content

Tag Archive for textboxncurseskeystroke

Ending Textbox when the user type ESC in ncurses with Python

General overview In a curses wrapper, I have a main stdscr. If I press : then I enter in a specific mode where I can type text inside a curses.textpad.Textbox. In my following MWE it work fine until this state. But the goal now is to break the the typing mode if the user type […]