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.12 by root, Wed Jan 4 05:35:34 2006 UTC vs.
Revision 1.13 by root, Wed Jan 4 21:37:55 2006 UTC

443\& scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput 443\& scrollBar_right scrollBar_thickness scrollTtyKeypress scrollTtyOutput
444\& scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle 444\& scrollWithBuffer scrollstyle secondaryScreen secondaryScroll selectstyle
445\& shade term_name title transparent transparent_all tripleclickwords 445\& shade term_name title transparent transparent_all tripleclickwords
446\& utmpInhibit visualBell 446\& utmpInhibit visualBell
447.Ve 447.Ve
448.ie n .IP "$rend = $term\->screen_rstyle ([$new_rstyle])" 4
449.el .IP "$rend = \f(CW$term\fR\->screen_rstyle ([$new_rstyle])" 4
450.IX Item "$rend = $term->screen_rstyle ([$new_rstyle])"
451Return and optionally change the current rendition. Text thta is output by
452the temrianl application will use this style.
453.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->screen_cur ([$row, \f(CW$col])" 4
454.el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->screen_cur ([$row, \f(CW$col\fR])" 4
455.IX Item "($row, $col) = $term->screen_cur ([$row, $col])"
456Return the current coordinates of the text cursor position and optionally
457set it (which is usually bad as applications don't expect that).
448.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col])" 4 458.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col])" 4
449.el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col\fR])" 4 459.el .IP "($row, \f(CW$col\fR) = \f(CW$term\fR\->selection_mark ([$row, \f(CW$col\fR])" 4
450.IX Item "($row, $col) = $term->selection_mark ([$row, $col])" 460.IX Item "($row, $col) = $term->selection_mark ([$row, $col])"
451.PD 0 461.PD 0
452.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_beg ([$row, \f(CW$col])" 4 462.ie n .IP "($row, $col\fR) = \f(CW$term\fR\->selection_beg ([$row, \f(CW$col])" 4
543.IP "$term\->tt_write ($octets)" 4 553.IP "$term\->tt_write ($octets)" 4
544.IX Item "$term->tt_write ($octets)" 554.IX Item "$term->tt_write ($octets)"
545Write the octets given in \f(CW$data\fR to the tty (i.e. as program input). To 555Write the octets given in \f(CW$data\fR to the tty (i.e. as program input). To
546pass characters instead of octets, you should convert your strings first 556pass characters instead of octets, you should convert your strings first
547to the locale-specific encoding using \f(CW\*(C`$term\->locale_encode\*(C'\fR. 557to the locale-specific encoding using \f(CW\*(C`$term\->locale_encode\*(C'\fR.
548.ie n .IP "$nrow = $term\->nrow" 4 558.ie n .IP "$window_width = $term\->width" 4
549.el .IP "$nrow = \f(CW$term\fR\->nrow" 4 559.el .IP "$window_width = \f(CW$term\fR\->width" 4
550.IX Item "$nrow = $term->nrow" 560.IX Item "$window_width = $term->width"
551.PD 0 561.PD 0
562.ie n .IP "$window_height = $term\->height" 4
563.el .IP "$window_height = \f(CW$term\fR\->height" 4
564.IX Item "$window_height = $term->height"
565.ie n .IP "$font_width = $term\->fwidth" 4
566.el .IP "$font_width = \f(CW$term\fR\->fwidth" 4
567.IX Item "$font_width = $term->fwidth"
568.ie n .IP "$font_height = $term\->fheight" 4
569.el .IP "$font_height = \f(CW$term\fR\->fheight" 4
570.IX Item "$font_height = $term->fheight"
571.ie n .IP "$font_ascent = $term\->fbase" 4
572.el .IP "$font_ascent = \f(CW$term\fR\->fbase" 4
573.IX Item "$font_ascent = $term->fbase"
574.ie n .IP "$terminal_rows = $term\->nrow" 4
575.el .IP "$terminal_rows = \f(CW$term\fR\->nrow" 4
576.IX Item "$terminal_rows = $term->nrow"
552.ie n .IP "$ncol = $term\->ncol" 4 577.ie n .IP "$terminal_columns = $term\->ncol" 4
553.el .IP "$ncol = \f(CW$term\fR\->ncol" 4 578.el .IP "$terminal_columns = \f(CW$term\fR\->ncol" 4
554.IX Item "$ncol = $term->ncol" 579.IX Item "$terminal_columns = $term->ncol"
580.ie n .IP "$has_focus = $term\->focus" 4
581.el .IP "$has_focus = \f(CW$term\fR\->focus" 4
582.IX Item "$has_focus = $term->focus"
583.ie n .IP "$is_mapped = $term\->mapped" 4
584.el .IP "$is_mapped = \f(CW$term\fR\->mapped" 4
585.IX Item "$is_mapped = $term->mapped"
586.ie n .IP "$max_scrollback = $term\->saveLines" 4
587.el .IP "$max_scrollback = \f(CW$term\fR\->saveLines" 4
588.IX Item "$max_scrollback = $term->saveLines"
589.ie n .IP "$nrow_plus_saveLines = $term\->total_rows" 4
590.el .IP "$nrow_plus_saveLines = \f(CW$term\fR\->total_rows" 4
591.IX Item "$nrow_plus_saveLines = $term->total_rows"
592.ie n .IP "$lines_in_scrollback = $term\->nsaved" 4
593.el .IP "$lines_in_scrollback = \f(CW$term\fR\->nsaved" 4
594.IX Item "$lines_in_scrollback = $term->nsaved"
555.PD 595.PD
556Return the number of rows/columns of the terminal window (i.e. as 596Return various integers describing terminal characteristics.
557specified by \f(CW\*(C`\-geometry\*(C'\fR, excluding any scrollback).
558.ie n .IP "$nsaved = $term\->nsaved" 4
559.el .IP "$nsaved = \f(CW$term\fR\->nsaved" 4
560.IX Item "$nsaved = $term->nsaved"
561Returns the number of lines in the scrollback buffer.
562.ie n .IP "$view_start = $term\->view_start ([$newvalue])" 4 597.ie n .IP "$view_start = $term\->view_start ([$newvalue])" 4
563.el .IP "$view_start = \f(CW$term\fR\->view_start ([$newvalue])" 4 598.el .IP "$view_start = \f(CW$term\fR\->view_start ([$newvalue])" 4
564.IX Item "$view_start = $term->view_start ([$newvalue])" 599.IX Item "$view_start = $term->view_start ([$newvalue])"
565Returns the negative row number of the topmost line. Minimum value is 600Returns the negative row number of the topmost line. Minimum value is
566\&\f(CW0\fR, which displays the normal terminal contents. Larger values scroll 601\&\f(CW0\fR, which displays the normal terminal contents. Larger values scroll

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines