mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 16:45:04 -04:00
Added configurable glyph sets
This commit is contained in:
parent
3c949ce73e
commit
6537a3d5cd
6 changed files with 103 additions and 43 deletions
|
@ -14,11 +14,6 @@ class LogDisplay():
|
|||
self.app = app
|
||||
self.log_term = LogTerminal(self.app)
|
||||
|
||||
pile = urwid.Pile([
|
||||
("weight", 90, self.log_term),
|
||||
("fixed", 1, urwid.Text(("body_text", "Log Display \U0001F332"))),
|
||||
])
|
||||
|
||||
self.shortcuts_display = LogDisplayShortcuts(self.app)
|
||||
self.widget = urwid.LineBox(self.log_term)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue