From 18466e01fd9a40e304923645f721effc159b37f5 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 1 Jun 2023 00:43:28 -0400 Subject: [PATCH] tab selection seems very natural; not wired to backend yet --- invokeai/frontend/install/widgets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/invokeai/frontend/install/widgets.py b/invokeai/frontend/install/widgets.py index 5467a42f10..ecbe81a15d 100644 --- a/invokeai/frontend/install/widgets.py +++ b/invokeai/frontend/install/widgets.py @@ -171,6 +171,9 @@ class SingleSelectColumns(SelectColumnBase, npyscreen.SelectOne): def when_cursor_moved(self): self.h_select(self.cursor_line) + def h_cursor_line_right(self,ch): + self.h_exit_down('bye bye') + class TextBox(npyscreen.MultiLineEdit): def update(self, clear=True): if clear: