From: root Date: Tue, 31 Jan 2006 00:53:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a848d7e42f6a1e49e39e798708316e18e9a394d9;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt index 17387a61..ac014332 100644 --- a/doc/rxvt.7.txt +++ b/doc/rxvt.7.txt @@ -60,6 +60,22 @@ FREQUENTLY ASKED QUESTIONS URxvt.searchable-scrollback: CM-s + The cursor moves when selecting text in the current input line, how do I + switch this off? + During rlogin/ssh/telnet/etc. sessions, clicking near the cursor outputs + strange escape sequences, how do I fix this? + These are caused by the "readline" perl extension. Under normal + circumstances, it will move your cursor around when you click into + the line that contains it. It tries hard not to do this at the wrong + moment, but when running a program that doesn't parse cursor + movements or in some cases during rlogin sessions, it fails to + detect this properly. + + You can permamently switch this feature off by disabling the + "readline" extension: + + URxvt.perl-ext-common: default,-readline + Why doesn't rxvt-unicode read my resources? Well, why, indeed? It does, in a way very similar to other X applications. Most importantly, this means that if you or your OS