rxvt-textselection.yo 756 B

1234567891011121314151617181920
  1. COMMENT(-- $Id: rxvt-textselection.yo,v 1.2 1998/04/20 07:24:23 mason Exp $ --)
  2. COMMENT(----------------------------------------------------------------------)
  3. manpagesection(TEXT SELECTION AND INSERTION)
  4. The behaviour of text selection and insertion mechanism is similar to
  5. em(xterm)(1).
  6. startdit()
  7. dit(bf(Selection):)
  8. Left click at the beginning of the region, drag to the end of the
  9. region and release; Right click to extend the marked region;
  10. Left double-click to select a word; Left triple-click to select
  11. the entire line.
  12. dit(bf(Insertion):)
  13. Pressing and releasing the Middle mouse button (or bf(Shift-Insert))
  14. in an bf(rxvt) window causes the current text selection to be inserted
  15. as if it had been typed on the keyboard.
  16. enddit()