ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvt-mousereporting.yo
Revision: 1.2
Committed: Mon Nov 24 17:31:27 2003 UTC (20 years, 7 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rxvt-2-0, rel-1-9, stable, rel-2_1_0, rel-1-3, rel-1-2
Changes since 1.1: +0 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 COMMENT(-- $Id: rxvt-mousereporting.yo,v 1.1 2003/11/18 14:22:16 root Exp $ --)
2 COMMENT(----------------------------------------------------------------------)
3 manpagesection(MOUSE REPORTING)
4
5 To temporarily override mouse reporting, for either the scrollbar or the
6 normal text selection/insertion, hold either the Shift or the Meta (Alt) key
7 while performing the desired mouse action.
8
9 If mouse reporting mode is active, the normal scrollbar actions are disabled
10 -- on the assumption that we are using a fullscreen application.
11 Instead, pressing Button1 and Button3 sends
12 bf(ESC[6~) (Next) and bf(ESC[5~) (Prior), respectively.
13 Similarly, clicking on the up and down arrows sends bf(ESC[A) (Up) and
14 bf(ESC[B) (Down), respectively.