cb3885b20b
Using self.panel.hide() without calling curses.panel.update_panels() before next refresh can really mess stuff up. As far as I can tell, this was the real cause of #100. This changes that call to the Modal's hide method instead, which will keep this sort of issue from coming up again (hopefully) |
||
---|---|---|
.. | ||
ui | ||
__init__.py | ||
api.py | ||
auth.py | ||
commands.py | ||
config.py | ||
config_legacy.py | ||
console.py | ||
exceptions.py | ||
http.py | ||
logging.py | ||
output.py | ||
utils.py | ||
wcstring.py |