From: root Date: Tue, 21 Jun 2005 18:25:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c5a82e7efca9132174f341479a3d7e143f7a0b76;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index ce75b9c0..c55c8788 100644 --- 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 diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index c6a45a0a..88a7c9d7 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -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. 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