tw.view: bugfix: restore echoing of input on quit
This commit is contained in:
parent
b26657fb68
commit
c9191506d6
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
13.3.dev26
|
||||
13.3.dev27
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue