sfeed_curses.1: document behaviour of opening a feed in the monocle layout - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(HTM) git clone git://git.codemadness.org/sfeed_curses
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a8843881faa9f53eaa614a162e8e3e89094f92c5
(DIR) parent f099ca0a6fabfcf4274c196ae5d25382fb9e12ab
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 16 Mar 2021 18:02:23 +0100
sfeed_curses.1: document behaviour of opening a feed in the monocle layout
Diffstat:
M sfeed_curses.1 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/sfeed_curses.1 b/sfeed_curses.1
@@ -1,4 +1,4 @@
-.Dd March 10, 2021
+.Dd March 16, 2021
.Dt SFEED_CURSES 1
.Os
.Sh NAME
@@ -100,6 +100,8 @@ The URL is passed as a parameter to the program specified in
.Ev SFEED_PLUMBER .
.It o, ENTER, RETURN
Feeds pane: load feed and its items.
+In the monocle layout it will also switch to the items pane after loading the
+feed items.
Items pane: plumb current item URL, the URL is passed as a parameter to
the program specified in
.Ev SFEED_PLUMBER .
@@ -152,6 +154,8 @@ When mouse-mode is enabled the below actions are available.
.Bl -tag -width Ds
.It LEFT-CLICK
Feeds pane: select and load the feed and its items.
+In the monocle layout it will also switch to the items pane after loading the
+feed items.
Items pane: select item, when already selected then plumb it.
.It RIGHT-CLICK
Feeds pane: select feed, but do not load it.