ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/yodl/rxvt-textselection.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-textselection.yo,v 1.1 2003/11/18 14:22:16 root Exp $ --)
2     COMMENT(----------------------------------------------------------------------)
3     manpagesection(TEXT SELECTION AND INSERTION)
4    
5     The behaviour of text selection and insertion mechanism is similar to
6     em(xterm)(1).
7    
8     startdit()
9     dit(bf(Selection):)
10     Left click at the beginning of the region, drag to the end of the
11     region and release; Right click to extend the marked region;
12     Left double-click to select a word; Left triple-click to select
13     the entire line.
14     dit(bf(Insertion):)
15     Pressing and releasing the Middle mouse button (or bf(Shift-Insert))
16     in an bf(rxvt) window causes the current text selection to be inserted
17     as if it had been typed on the keyboard.
18     enddit()