ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.37 by root, Sat Jan 21 19:50:53 2006 UTC vs.
Revision 1.38 by root, Sun Jan 22 20:39:56 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 3" 131.IX Title "rxvt 3"
132.TH rxvt 3 "2006-01-21" "7.2" "RXVT-UNICODE" 132.TH rxvt 3 "2006-01-22" "7.2" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter 134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
275cursor-left or cursor-right keypresses as required (the this only works 275cursor-left or cursor-right keypresses as required (the this only works
276for programs that correctly support wide characters). 276for programs that correctly support wide characters).
277.Sp 277.Sp
278To avoid too many false positives, this is only done when: 278To avoid too many false positives, this is only done when:
279.RS 4 279.RS 4
280.IP "\- the tty is in \s-1ICANON\s0 state." 4
281.IX Item "- the tty is in ICANON state."
282.PD 0
283.IP "\- the text cursor is visible." 4
284.IX Item "- the text cursor is visible."
285.IP "\- the primary screen is currently being displayed." 4
286.IX Item "- the primary screen is currently being displayed."
280.IP "\- the mouse is on the same (multi\-row\-) line as the text cursor." 4 287.IP "\- the mouse is on the same (multi\-row\-) line as the text cursor." 4
281.IX Item "- the mouse is on the same (multi-row-) line as the text cursor." 288.IX Item "- the mouse is on the same (multi-row-) line as the text cursor."
282.PD 0
283.IP "\- the primary screen is currently being displayed." 4
284.IX Item "- the primary screen is currently being displayed."
285.IP "\- the text cursor is visible." 4
286.IX Item "- the text cursor is visible."
287.RE 289.RE
288.RS 4 290.RS 4
289.PD 291.PD
290.Sp 292.Sp
291The normal selection mechanism isn't disabled, so quick successive clicks 293The normal selection mechanism isn't disabled, so quick successive clicks
1045.IX Item "$old_events = $term->pty_ev_events ([$new_events])" 1047.IX Item "$old_events = $term->pty_ev_events ([$new_events])"
1046Replaces the event mask of the pty watcher by the given event mask. Can 1048Replaces the event mask of the pty watcher by the given event mask. Can
1047be used to suppress input and output handling to the pty/tty. See the 1049be used to suppress input and output handling to the pty/tty. See the
1048description of \f(CW\*(C`urxvt::timer\->events\*(C'\fR. Make sure to always restore 1050description of \f(CW\*(C`urxvt::timer\->events\*(C'\fR. Make sure to always restore
1049the previous value. 1051the previous value.
1052.ie n .IP "$fd = $term\->pty_fd" 4
1053.el .IP "$fd = \f(CW$term\fR\->pty_fd" 4
1054.IX Item "$fd = $term->pty_fd"
1055Returns the master file descriptor for the pty in use, or \f(CW\*(C`\-1\*(C'\fR if no pty
1056is used.
1050.ie n .IP "$windowid = $term\->parent" 4 1057.ie n .IP "$windowid = $term\->parent" 4
1051.el .IP "$windowid = \f(CW$term\fR\->parent" 4 1058.el .IP "$windowid = \f(CW$term\fR\->parent" 4
1052.IX Item "$windowid = $term->parent" 1059.IX Item "$windowid = $term->parent"
1053Return the window id of the toplevel window. 1060Return the window id of the toplevel window.
1054.ie n .IP "$windowid = $term\->vt" 4 1061.ie n .IP "$windowid = $term\->vt" 4
1161If \f(CW$new_text\fR is specified, it will replace characters in the current 1168If \f(CW$new_text\fR is specified, it will replace characters in the current
1162line, starting at column \f(CW$start_col\fR (default \f(CW0\fR), which is useful 1169line, starting at column \f(CW$start_col\fR (default \f(CW0\fR), which is useful
1163to replace only parts of a line. The font index in the rendition will 1170to replace only parts of a line. The font index in the rendition will
1164automatically be updated. 1171automatically be updated.
1165.Sp 1172.Sp
1166\&\f(CW$text\fR is in a special encoding: tabs and wide characters that use 1173\&\f(CW$text\fR is in a special encoding: tabs and wide characters that use more
1167more than one cell when displayed are padded with \f(CW$urxvt::NOCHAR\fR 1174than one cell when displayed are padded with \f(CW$urxvt::NOCHAR\fR (chr 65535)
1168characters. Characters with combining characters and other characters that 1175characters. Characters with combining characters and other characters that
1169do not fit into the normal tetx encoding will be replaced with characters 1176do not fit into the normal tetx encoding will be replaced with characters
1170in the private use area. 1177in the private use area.
1171.Sp 1178.Sp
1172You have to obey this encoding when changing text. The advantage is 1179You have to obey this encoding when changing text. The advantage is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines