mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-05 15:45:08 -04:00
Merge branch 'master' into urwid_constants
This commit is contained in:
commit
a876c09b4c
7 changed files with 31 additions and 31 deletions
|
@ -13,7 +13,7 @@ class ConfigFiller(urwid.WidgetWrap):
|
|||
def __init__(self, widget, app):
|
||||
self.app = app
|
||||
self.filler = urwid.Filler(widget, urwid.TOP)
|
||||
urwid.WidgetWrap.__init__(self, self.filler)
|
||||
super().__init__(self.filler)
|
||||
|
||||
|
||||
def keypress(self, size, key):
|
||||
|
@ -79,7 +79,7 @@ class EditorTerminal(urwid.WidgetWrap):
|
|||
|
||||
urwid.connect_signal(self.term, 'closed', quit_term)
|
||||
|
||||
urwid.WidgetWrap.__init__(self, self.term)
|
||||
super().__init__(self.term)
|
||||
|
||||
|
||||
def keypress(self, size, key):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue