*** empty log message ***
[dana/urxvt.git] / doc / yodl / rxvt-textselection.yo
1 COMMENT(-- $Id: rxvt-textselection.yo,v 1.2 2003-11-24 17:31:27 pcg 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()