I'm using the curses python library in an application and have implemented a Textbox as well https://docs.python.org/3/library/curses.html#textbox-objects. Is there a way to add a default text when displaying the text box that can then be either edited or replaced by the user? Continue reading...