I want the whole dialogue to be scrolling down the screen so you can see what you did above and be able to copy/paste the whole interaction afterwards.
Currently I am able to do this by subclassing Screen() and overriding clear() with do do nothing. But e.g. SelectionMenu does not take screen as argument. Would be nice with some global option instead.
I want the whole dialogue to be scrolling down the screen so you can see what you did above and be able to copy/paste the whole interaction afterwards.
Currently I am able to do this by subclassing Screen() and overriding
clear()
with do do nothing. But e.g.SelectionMenu
does not take screen as argument. Would be nice with some global option instead.