From a848d7e42f6a1e49e39e798708316e18e9a394d9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2006 00:53:49 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.7.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.34.1