*** empty log message ***
authorroot <root>
Tue, 21 Jun 2005 18:25:09 +0000 (18:25 +0000)
committerroot <root>
Tue, 21 Jun 2005 18:25:09 +0000 (18:25 +0000)
Changes
doc/rxvt.7.pod

diff --git a/Changes b/Changes
index ce75b9c07f79f0f2ecdebeadbe7497954afa0ef8..c55c8788062adef78af1ae253f2f7c1bfb924c01 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+TODO: can sth. be done about "double-wide character on last row"
+TODO: when the cursor is out-of-margin to the left, it does not treat double-width
+      chars correctly when unfocused.
 TODO: do font request caching, might help rxvtd on some machines
 TODO: safer command: keymap processing.
 TODO: "slow" rendering mode for bidi and scripts
index c6a45a0ac1ba8e1399f32afb6500b02f5c0de320..88a7c9d7b217ecc2c1f338f1adddcb0675e5a6e0 100644 (file)
@@ -260,6 +260,14 @@ might be forced to use a different font.
 All of this is not a problem when using X11 core fonts, as their bounding
 box data is correct.
 
+=item On Solaris 9, many line-drawing characters are too wide.
+
+Seems to be a known bug, read
+L<http://nixdoc.net/files/forum/about34198.html>. Some people use the
+following ugly workaround to get non-double-wide-characters working:
+
+   #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
+
 =item My Compose (Multi_key) key is no longer working.
 
 The most common causes for this are that either your locale is not set