From b51f2b9384c99de542fa48ef580bcd3202da87dd Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 9 Mar 2016 21:51:25 +0100 Subject: [PATCH] Complete ui.* docs --- COMMAND-UserInterface.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 COMMAND-UserInterface.md diff --git a/COMMAND-UserInterface.md b/COMMAND-UserInterface.md new file mode 100644 index 0000000..6efa52f --- /dev/null +++ b/COMMAND-UserInterface.md @@ -0,0 +1,18 @@ +# The ui.* Command Group + +Commands in this group control aspects of the ‘curses’ UI. + +## ui.current_view (since 0.9.7) + +Returns the name of the currently selected view. +Typical uses are to change and then restore the active view, +or rotate through a set of views +(which requires querying the view, to find the next one). + +## ui.current_view.set=NAME + +Change the view the user sees. `view.list` gives you a list of all the open views. + +## ui.unfocus_download + +Used internally to bump the selection away from an item about to be erased. \ No newline at end of file