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.254 by sf-exg, Tue Mar 17 09:23:08 2015 UTC vs.
Revision 1.255 by root, Wed Jun 17 11:59:37 2015 UTC

1617 1617
1618=item $term->key_release ($state, $keycode[, $time]) 1618=item $term->key_release ($state, $keycode[, $time])
1619 1619
1620Deliver various fake events to to terminal. 1620Deliver various fake events to to terminal.
1621 1621
1622=item $window_width = $term->width 1622=item $window_width = $term->width ([$new_value])
1623 1623
1624=item $window_height = $term->height 1624=item $window_height = $term->height ([$new_value])
1625 1625
1626=item $font_width = $term->fwidth 1626=item $font_width = $term->fwidth ([$new_value])
1627 1627
1628=item $font_height = $term->fheight 1628=item $font_height = $term->fheight ([$new_value])
1629 1629
1630=item $font_ascent = $term->fbase 1630=item $font_ascent = $term->fbase ([$new_value])
1631 1631
1632=item $terminal_rows = $term->nrow 1632=item $terminal_rows = $term->nrow ([$new_value])
1633 1633
1634=item $terminal_columns = $term->ncol 1634=item $terminal_columns = $term->ncol ([$new_value])
1635 1635
1636=item $has_focus = $term->focus 1636=item $has_focus = $term->focus ([$new_value])
1637 1637
1638=item $is_mapped = $term->mapped 1638=item $is_mapped = $term->mapped ([$new_value])
1639 1639
1640=item $max_scrollback = $term->saveLines 1640=item $max_scrollback = $term->saveLines ([$new_value])
1641 1641
1642=item $nrow_plus_saveLines = $term->total_rows 1642=item $nrow_plus_saveLines = $term->total_rows ([$new_value])
1643 1643
1644=item $topmost_scrollback_row = $term->top_row 1644=item $topmost_scrollback_row = $term->top_row ([$new_value])
1645 1645
1646Return various integers describing terminal characteristics. 1646Return various integers describing terminal characteristics. If an
1647argument is given, changes the value and returns the previous one.
1647 1648
1648=item $x_display = $term->display_id 1649=item $x_display = $term->display_id
1649 1650
1650Return the DISPLAY used by rxvt-unicode. 1651Return the DISPLAY used by rxvt-unicode.
1651 1652

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines