ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvt-mousereporting.yo
Revision: 1.1
Committed: Mon Nov 24 17:28:08 2003 UTC (20 years, 8 months ago) by pcg
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.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.