ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/readline
(Generate patch)

Comparing rxvt-unicode/src/perl/readline (file contents):
Revision 1.12 by root, Sun Jun 10 17:31:53 2012 UTC vs.
Revision 1.15 by root, Sat Jul 24 09:48:43 2021 UTC

1#! perl 1#! perl
2 2
3=head1 NAME 3=head1 NAME
4 4
5 readline - improve readline editing (enabled by default) 5readline - improve readline editing
6 6
7=head1 DESCRIPTION 7=head1 DESCRIPTION
8 8
9A support package that tries to make editing with readline easier. At 9A support package that tries to make editing with readline easier. At
10the moment, it reacts to clicking shift-left mouse button by trying to 10the moment, it reacts to clicking shift-left mouse button by trying to
12cursor-left or cursor-right keypresses as required (this only works 12cursor-left or cursor-right keypresses as required (this only works
13for programs that correctly support wide characters). 13for programs that correctly support wide characters).
14 14
15To avoid too many false positives, this is only done when: 15To avoid too many false positives, this is only done when:
16 16
17=over 4 17=over
18 18
19=item - the tty is in ICANON state. 19=item - the tty is in ICANON state.
20 20
21=item - the text cursor is visible. 21=item - the text cursor is visible.
22 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines