mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tab selection seems very natural; not wired to backend yet
This commit is contained in:
parent
e9821ab711
commit
18466e01fd
@ -171,6 +171,9 @@ class SingleSelectColumns(SelectColumnBase, npyscreen.SelectOne):
|
|||||||
def when_cursor_moved(self):
|
def when_cursor_moved(self):
|
||||||
self.h_select(self.cursor_line)
|
self.h_select(self.cursor_line)
|
||||||
|
|
||||||
|
def h_cursor_line_right(self,ch):
|
||||||
|
self.h_exit_down('bye bye')
|
||||||
|
|
||||||
class TextBox(npyscreen.MultiLineEdit):
|
class TextBox(npyscreen.MultiLineEdit):
|
||||||
def update(self, clear=True):
|
def update(self, clear=True):
|
||||||
if clear:
|
if clear:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user