subiquity/subiquitycore
Olivier Gayot 020dcc0b88 ui: redraw screens after moving from one screen to another
Wieh urwid > 2.1.2, the screen is only redrawn after urwid handles an
event (e.g., keypress, resize, ...) or an urwid alarm (it is like a
timer).

All other changes made to the UI do not trigger a screen redraw. We now
redraw the screen properly after moving from one screen to another.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2024-03-28 10:04:11 +01:00
..
controllers ui: redraw screens after moving from one screen to another 2024-03-28 10:04:11 +01:00
models network: fix typo in BondConfig to_config method 2024-02-21 08:48:34 -08:00
testing view-helpers: add function waiting for an overlay to be displayed 2024-02-12 14:08:59 +01:00
tests ui: redraw screens after moving from one screen to another 2024-03-28 10:04:11 +01:00
ui Unify UI screen titles and minor lang. fixes 2023-11-21 14:05:59 +01:00
__init__.py format with black + isort 2023-07-25 15:27:42 -06:00
async_helpers.py format with black + isort 2023-07-25 15:27:42 -06:00
context.py reporting: add new logging type events 2024-03-20 16:14:28 -07:00
controller.py format with black + isort 2023-07-25 15:27:42 -06:00
controllerset.py format with black + isort 2023-07-25 15:27:42 -06:00
core.py format with black + isort 2023-07-25 15:27:42 -06:00
file_util.py file_util: just make written files root only 2023-10-05 17:22:18 -06:00
i18n.py format with black + isort 2023-07-25 15:27:42 -06:00
log.py subiquitycore/log: use 'root' as group for strictly confined snaps 2024-02-05 16:18:03 +01:00
lsb_release.py lsb-release: split the function so it can be tested with more ease 2024-02-13 11:56:31 +01:00
netplan.py format with black + isort 2023-07-25 15:27:42 -06:00
palette.py format with black + isort 2023-07-25 15:27:42 -06:00
prober.py format with black + isort 2023-07-25 15:27:42 -06:00
pubsub.py format with black + isort 2023-07-25 15:27:42 -06:00
screen.py format with black + isort 2023-07-25 15:27:42 -06:00
snap.py subiquitycore: helpers for probing for snap execution environment 2024-02-06 16:02:08 +01:00
snapd.py subiquitycore/snapd: add response set serving objects from memory 2024-02-08 07:34:48 +01:00
ssh.py ssh: fix unclosed file 2024-02-07 22:45:06 -07:00
tui.py ui: redraw screens after moving from one screen to another 2024-03-28 10:04:11 +01:00
tuicontroller.py format with black + isort 2023-07-25 15:27:42 -06:00
utils.py utils: extract write_named_tempfile 2024-02-27 15:14:34 -07:00
view.py format with black + isort 2023-07-25 15:27:42 -06:00