tw.view: bugfix: restore echoing of input on quit

This commit is contained in:
The MMGen Project 2022-12-07 12:48:11 +00:00
commit c9191506d6
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
13.3.dev26
13.3.dev27

View file

@ -568,6 +568,8 @@ class TwView(MMGenObject,metaclass=AsyncInit):
term.set('noecho')
elif action == 'a_quit':
msg('')
if scroll:
term.set('echo')
return self.disp_data
@property