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

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.124 by root, Sun Jan 22 11:57:06 2006 UTC vs.
Revision 1.125 by root, Sun Jan 22 20:39:47 2006 UTC

139 139
140To avoid too many false positives, this is only done when: 140To avoid too many false positives, this is only done when:
141 141
142=over 4 142=over 4
143 143
144=item - the tty is in ICANON state.
145
146=item - the text cursor is visible.
147
148=item - the primary screen is currently being displayed.
149
144=item - the mouse is on the same (multi-row-) line as the text cursor. 150=item - the mouse is on the same (multi-row-) line as the text cursor.
145
146=item - the primary screen is currently being displayed.
147
148=item - the text cursor is visible.
149 151
150=back 152=back
151 153
152The normal selection mechanism isn't disabled, so quick successive clicks 154The normal selection mechanism isn't disabled, so quick successive clicks
153might interfere with selection creation in harmless ways. 155might interfere with selection creation in harmless ways.
1310Replaces the event mask of the pty watcher by the given event mask. Can 1312Replaces the event mask of the pty watcher by the given event mask. Can
1311be used to suppress input and output handling to the pty/tty. See the 1313be used to suppress input and output handling to the pty/tty. See the
1312description of C<< urxvt::timer->events >>. Make sure to always restore 1314description of C<< urxvt::timer->events >>. Make sure to always restore
1313the previous value. 1315the previous value.
1314 1316
1317=item $fd = $term->pty_fd
1318
1319Returns the master file descriptor for the pty in use, or C<-1> if no pty
1320is used.
1321
1315=item $windowid = $term->parent 1322=item $windowid = $term->parent
1316 1323
1317Return the window id of the toplevel window. 1324Return the window id of the toplevel window.
1318 1325
1319=item $windowid = $term->vt 1326=item $windowid = $term->vt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines