--- rxvt-unicode/src/urxvt.pm 2006/01/22 11:57:06 1.124 +++ rxvt-unicode/src/urxvt.pm 2006/01/22 20:39:47 1.125 @@ -141,11 +141,13 @@ =over 4 -=item - the mouse is on the same (multi-row-) line as the text cursor. +=item - the tty is in ICANON state. + +=item - the text cursor is visible. =item - the primary screen is currently being displayed. -=item - the text cursor is visible. +=item - the mouse is on the same (multi-row-) line as the text cursor. =back @@ -1312,6 +1314,11 @@ description of C<< urxvt::timer->events >>. Make sure to always restore the previous value. +=item $fd = $term->pty_fd + +Returns the master file descriptor for the pty in use, or C<-1> if no pty +is used. + =item $windowid = $term->parent Return the window id of the toplevel window.