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.53 by root, Tue Jan 31 00:25:16 2006 UTC vs.
Revision 1.54 by root, Tue Jan 31 00:53:49 2006 UTC

57 scrollback search mode is triggered by M-s. You can move it to any 57 scrollback search mode is triggered by M-s. You can move it to any
58 other combination either by setting the searchable-scrollback 58 other combination either by setting the searchable-scrollback
59 resource: 59 resource:
60 60
61 URxvt.searchable-scrollback: CM-s 61 URxvt.searchable-scrollback: CM-s
62
63 The cursor moves when selecting text in the current input line, how do I
64 switch this off?
65 During rlogin/ssh/telnet/etc. sessions, clicking near the cursor outputs
66 strange escape sequences, how do I fix this?
67 These are caused by the "readline" perl extension. Under normal
68 circumstances, it will move your cursor around when you click into
69 the line that contains it. It tries hard not to do this at the wrong
70 moment, but when running a program that doesn't parse cursor
71 movements or in some cases during rlogin sessions, it fails to
72 detect this properly.
73
74 You can permamently switch this feature off by disabling the
75 "readline" extension:
76
77 URxvt.perl-ext-common: default,-readline
62 78
63 Why doesn't rxvt-unicode read my resources? 79 Why doesn't rxvt-unicode read my resources?
64 Well, why, indeed? It does, in a way very similar to other X 80 Well, why, indeed? It does, in a way very similar to other X
65 applications. Most importantly, this means that if you or your OS 81 applications. Most importantly, this means that if you or your OS
66 loads resources into the X display (the right way to do it), 82 loads resources into the X display (the right way to do it),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines