Commit c8131432 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Focus column when closing the view widget.

parent 4e58800d
......@@ -74,6 +74,8 @@ class UIApplication(CLIApplicationBase):
def hide_viewwidget():
self._viewwidget_visible = False
self._blur_commandline()
urwid.connect_signal(self.viewwidget, 'close', hide_viewwidget)
self.mainwindow = urwid.Pile([
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment