*** empty log message ***
authorroot <root>
Tue, 31 Jan 2006 00:53:49 +0000 (00:53 +0000)
committerroot <root>
Tue, 31 Jan 2006 00:53:49 +0000 (00:53 +0000)
doc/rxvt.7.txt

index 17387a61dbc14a924f0d3ed4080bfe39ca0f3213..ac014332e83a12843d346248a7233e717f9bc3ef 100644 (file)
@@ -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