From dd3afa50bd92152c73837c234661fe1d9fcda399 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 15 Aug 2018 15:40:36 -0300 Subject: Make tab switch between path element and listing, not between listings Do note the big fat comment. I'm actually pretty happy with this commit. I think there's a fair chance that this is the right behavior, and it simplifies a fair amount of code, e.g. getting rid of manually setting curIndex on this.form and restoring selection after Dialog.close() (that's handled by tui-lib now). It also discards the "hack" I had to do to make the AppElement form capture keyboard input in the first place. (I had to use addChild with the container paneLeft/paneRight elements so that keyboard input on their children, which are the inputs of the AppElement form, could be captured.) --- tui-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui-lib') diff --git a/tui-lib b/tui-lib index b3fb018..68d5c75 160000 --- a/tui-lib +++ b/tui-lib @@ -1 +1 @@ -Subproject commit b3fb0187f9c02cb98d98c41c076036ee2b528455 +Subproject commit 68d5c75dce1c950468d07241261fb9f8c8e3d39b -- cgit 1.3.0-6-gf8a5