mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-26 08:35:15 -04:00
IndicativeListBox info exposed for navigation
This commit is contained in:
parent
d9fe743b90
commit
23a0f43758
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ class IndicativeListBox(urwid.WidgetWrap):
|
||||||
# widget is re-rendered because the terminal size has changed or similar.
|
# widget is re-rendered because the terminal size has changed or similar.
|
||||||
self._last_focus_state = focus
|
self._last_focus_state = focus
|
||||||
|
|
||||||
|
self.top_is_visible = top_is_visible
|
||||||
|
self.bottom_is_visible = bottom_is_visible
|
||||||
|
|
||||||
return super().render(size, focus=focus)
|
return super().render(size, focus=focus)
|
||||||
|
|
||||||
def keypress(self, size, key):
|
def keypress(self, size, key):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue