diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-05 11:20:22 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-05 11:20:22 +0100 |
commit | 26c14ee6dff96b1f7812070a17db161090ef87bd (patch) | |
tree | 993d881a8fd4cc74c2e122aaf687fa666cc0267e /README | |
parent | 489a3b12923ea6dc6a278bed023a40ab2b5375f0 (diff) |
README: add a note about mouse button encoding issues in some terminals
Maybe this is out-of-scope for the sfeed documentation though.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |