sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 26c14ee6dff96b1f7812070a17db161090ef87bd
parent 489a3b12923ea6dc6a278bed023a40ab2b5375f0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  5 Mar 2022 11:20:22 +0100

README: add a note about mouse button encoding issues in some terminals

Maybe this is out-of-scope for the sfeed documentation though.

Diffstat:
MREADME | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1081,6 +1081,9 @@ testing sfeed_curses. Some of them might be fixed already upstream: middle-button, right-button is incorrect / reversed. - putty: the full reset attribute (ESC c, typically `rs1`) does not reset the window title. +- Mouse button encoding for extended buttons (like side-buttons) in some + terminals are unsupported or map to the same button: for example side-buttons 7 + and 8 map to the scroll buttons 4 and 5 in urxvt. License