subiquity/console_conf/cmd
Michael Hudson-Doyle 90d376fbbd put the terminal into raw mode
For whatever reason, urwid puts the terminal into cbreak mode during
initialization. If we put the terminal into raw mode instead, then we
don't have to ignore SIGINT and SIGQUIT, which is good, because when we
support dropping to a subshell we don't want to run that subshell with
those signals ignored, because that is extremely confusing.

This also lets me dump the code that puts the terminal into raw mode
during keyboard detection.
2019-08-15 13:50:23 +12:00
..
__init__.py fix snap build 2018-06-13 13:21:20 +12:00
tui.py put the terminal into raw mode 2019-08-15 13:50:23 +12:00
write_login_details.py Make tox and Makefile more similar. 2018-06-05 22:19:17 -04:00