commit 8fd9330358cf20f5964a06762093b5410c4cb978
parent 924a95168f357bfeddf6e711ca2acc2aa696a470
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 1 Aug 2020 12:53:40 +0200
README: add a small section of some minor issues found while testing terminals
Diffstat:
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -58,7 +58,7 @@ Run-time dependencies
---------------------
- A (POSIX) shell.
-- A terminal (emulator) supporting UTF-8 and more modern capabilities.
+- A terminal (emulator) supporting UTF-8 and the used capabilities.
- xclip for yanking the url or enclosure: can be changed easily.
- awk, used by the sfeed_markread script (optional).
@@ -73,6 +73,20 @@ OS tested
- HaikuOS
+Known terminal issues
+---------------------
+
+Below lists some bugs or missing features in terminals that are found while
+testing. Some of them might be fixed already upstream:
+
+- cygwin + mintty: the xterm encoding of the mouse position is broken for
+ scrolling.
+- HaikuOS terminal: the xterm mouse-encoding of the mouse button number of the
+ middle-button, right-button is incorrect.
+- putty: the full reset attribute (ESC c, typically `rs1`) does not reset the
+ window title.
+
+
Color themes
------------