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.29 by root, Fri Jan 13 12:40:46 2006 UTC vs.
Revision 1.30 by root, Mon Jan 16 06:37:51 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-13" "7.0" "RXVT-UNICODE" 132.TH rxvt 3 "2006-01-15" "7.0" "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
934.el .IP "$max_scrollback = \f(CW$term\fR\->saveLines" 4 934.el .IP "$max_scrollback = \f(CW$term\fR\->saveLines" 4
935.IX Item "$max_scrollback = $term->saveLines" 935.IX Item "$max_scrollback = $term->saveLines"
936.ie n .IP "$nrow_plus_saveLines = $term\->total_rows" 4 936.ie n .IP "$nrow_plus_saveLines = $term\->total_rows" 4
937.el .IP "$nrow_plus_saveLines = \f(CW$term\fR\->total_rows" 4 937.el .IP "$nrow_plus_saveLines = \f(CW$term\fR\->total_rows" 4
938.IX Item "$nrow_plus_saveLines = $term->total_rows" 938.IX Item "$nrow_plus_saveLines = $term->total_rows"
939.ie n .IP "$lines_in_scrollback = $term\->nsaved" 4 939.ie n .IP "$topmost_scrollback_row = $term\->top_row" 4
940.el .IP "$lines_in_scrollback = \f(CW$term\fR\->nsaved" 4 940.el .IP "$topmost_scrollback_row = \f(CW$term\fR\->top_row" 4
941.IX Item "$lines_in_scrollback = $term->nsaved" 941.IX Item "$topmost_scrollback_row = $term->top_row"
942.PD 942.PD
943Return various integers describing terminal characteristics. 943Return various integers describing terminal characteristics.
944.ie n .IP "$x_display = $term\->display_id" 4 944.ie n .IP "$x_display = $term\->display_id" 4
945.el .IP "$x_display = \f(CW$term\fR\->display_id" 4 945.el .IP "$x_display = \f(CW$term\fR\->display_id" 4
946.IX Item "$x_display = $term->display_id" 946.IX Item "$x_display = $term->display_id"
968Return the modifier masks corresponding to the \*(L"\s-1ISO\s0 Level 3 Shift\*(R" (often 968Return the modifier masks corresponding to the \*(L"\s-1ISO\s0 Level 3 Shift\*(R" (often
969AltGr), the meta key (often Alt) and the num lock key, if applicable. 969AltGr), the meta key (often Alt) and the num lock key, if applicable.
970.ie n .IP "$view_start = $term\->view_start ([$newvalue])" 4 970.ie n .IP "$view_start = $term\->view_start ([$newvalue])" 4
971.el .IP "$view_start = \f(CW$term\fR\->view_start ([$newvalue])" 4 971.el .IP "$view_start = \f(CW$term\fR\->view_start ([$newvalue])" 4
972.IX Item "$view_start = $term->view_start ([$newvalue])" 972.IX Item "$view_start = $term->view_start ([$newvalue])"
973Returns the negative row number of the topmost line. Minimum value is 973Returns the row number of the topmost displayed line. Maximum value is
974\&\f(CW0\fR, which displays the normal terminal contents. Larger values scroll 974\&\f(CW0\fR, which displays the normal terminal contents. Lower values scroll
975this many lines into the scrollback buffer. 975this many lines into the scrollback buffer.
976.IP "$term\->want_refresh" 4 976.IP "$term\->want_refresh" 4
977.IX Item "$term->want_refresh" 977.IX Item "$term->want_refresh"
978Requests a screen refresh. At the next opportunity, rxvt-unicode will 978Requests a screen refresh. At the next opportunity, rxvt-unicode will
979compare the on-screen display with its stored representation. If they 979compare the on-screen display with its stored representation. If they

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines