ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.19 by root, Sun Apr 17 22:36:13 2005 UTC vs.
Revision 1.20 by root, Thu Jun 30 14:00:49 2005 UTC

247 that doesn't work, you might be forced to use a different font. 247 that doesn't work, you might be forced to use a different font.
248 248
249 All of this is not a problem when using X11 core fonts, as their 249 All of this is not a problem when using X11 core fonts, as their
250 bounding box data is correct. 250 bounding box data is correct.
251 251
252 On Solaris 9, many line-drawing characters are too wide.
253 Seems to be a known bug, read
254 <http://nixdoc.net/files/forum/about34198.html>. Some people use the
255 following ugly workaround to get non-double-wide-characters working:
256
257 #define wcwidth(x) wcwidth(x) > 1 ? 1 : wcwidth(x)
258
252 My Compose (Multi_key) key is no longer working. 259 My Compose (Multi_key) key is no longer working.
253 The most common causes for this are that either your locale is not 260 The most common causes for this are that either your locale is not
254 set correctly, or you specified a preeditStyle that is not supported 261 set correctly, or you specified a preeditStyle that is not supported
255 by your input method. For example, if you specified OverTheSpot and 262 by your input method. For example, if you specified OverTheSpot and
256 your input method (e.g. the default input method handling Compose 263 your input method (e.g. the default input method handling Compose
321 emulator). 328 emulator).
322 329
323 The rxvt-unicode author insists that the right way to fix this is in 330 The rxvt-unicode author insists that the right way to fix this is in
324 the system libraries once and for all, instead of forcing every app 331 the system libraries once and for all, instead of forcing every app
325 to carry complete replacements for them :) 332 to carry complete replacements for them :)
333
334 I use Solaris 9 and it doesn't compile/work/etc.
335 Try the diff in doc/solaris9.patch as a base. It fixes the worst
336 problems with "wcwidth" and a compile problem.
326 337
327 How does rxvt-unicode determine the encoding to use? 338 How does rxvt-unicode determine the encoding to use?
328 Is there an option to switch encodings? 339 Is there an option to switch encodings?
329 Unlike some other terminals, rxvt-unicode has no encoding switch, 340 Unlike some other terminals, rxvt-unicode has no encoding switch,
330 and no specific "utf-8" mode, such as xterm. In fact, it doesn't 341 and no specific "utf-8" mode, such as xterm. In fact, it doesn't

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines