Brent Parker
Results
2
comments of
Brent Parker
Same here. `curses.panel.update_panels()` without panels does not crash. ``` panel = curses.panel.new_panel(stdscr) ... curses.panel.update_panel() ``` crashes.
@svenadlung I wanted to add this here rather than create a new issue because I believe they are still related. Input rules still don't work quite right even after your...