repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 60fbd66f644944b8616f1eeddd292040ec747350: path_to: revision_to:
commit 60fbd66f644944b8616f1eeddd292040ec747350 Author: Marc LehmannDate: Tue Jan 24 17:31:45 2006 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -20,7 +20,7 @@ TODO: ctrl - mouse button2 in vim makes X freeze (unreproducable with cvs)
(could lead to global grabs never being cleared).
- moved Shift-Button2 paste combination to Meta-Button2.
- removed (unused) arabic presentation form composing sequences.
- - correctly ask XIM for events it needs to be enabled on the window.
+ - correctly ask XIM for events it needs to have enabled on the window.
7.2 Sun Jan 22 21:58:16 CET 2006
- bugfix: urxvt (not urxvtd) did not correctly handle multiple
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
--- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1192,10 +1192,12 @@ the selection. =item B: -Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> window -causes the value of the PRIMARY selection (Shift for CLIPBOARD) to be inserted -as if it had been typed on the keyboard. -B causes the value of the PRIMARY selection to be inserted too. +Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> +window causes the value of the PRIMARY selection (or CLIPBOARD with the +Meta modifier) to be inserted as if it had been typed on the keyboard. + +Pressing B causes the value of the PRIMARY selection to be +inserted too. =back
-----END OF PAGE-----