mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
Focus handling
This commit is contained in:
parent
24d79c4b2b
commit
ba22f41cf8
4 changed files with 120 additions and 45 deletions
|
@ -33,6 +33,7 @@ class TextUI:
|
|||
|
||||
def __init__(self):
|
||||
self.app = NomadNetworkApp.get_shared_instance()
|
||||
self.app.ui = self
|
||||
self.loop = None
|
||||
|
||||
if importlib.util.find_spec("urwid") != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue