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.185 by sf-exg, Fri Jul 2 12:44:45 2010 UTC vs.
Revision 1.186 by sf-exg, Fri Jul 23 17:50:41 2010 UTC

644resource in the @@RXVT_NAME@@(1) manpage). 644resource in the @@RXVT_NAME@@(1) manpage).
645 645
646The event is simply the action string. This interface is assumed to change 646The event is simply the action string. This interface is assumed to change
647slightly in the future. 647slightly in the future.
648 648
649=item on_resize_all_windows $tern, $new_width, $new_height 649=item on_resize_all_windows $term, $new_width, $new_height
650 650
651Called just after the new window size has been calculated, but before 651Called just after the new window size has been calculated, but before
652windows are actually being resized or hints are being set. If this hook 652windows are actually being resized or hints are being set. If this hook
653returns TRUE, setting of the window hints is being skipped. 653returns TRUE, setting of the window hints is being skipped.
654 654
1545locale-specific encoding of the terminal and can contain command sequences 1545locale-specific encoding of the terminal and can contain command sequences
1546(escape codes) that will be interpreted. 1546(escape codes) that will be interpreted.
1547 1547
1548=item $term->tt_write ($octets) 1548=item $term->tt_write ($octets)
1549 1549
1550Write the octets given in C<$data> to the tty (i.e. as program input). To 1550Write the octets given in C<$octets> to the tty (i.e. as program input). To
1551pass characters instead of octets, you should convert your strings first 1551pass characters instead of octets, you should convert your strings first
1552to the locale-specific encoding using C<< $term->locale_encode >>. 1552to the locale-specific encoding using C<< $term->locale_encode >>.
1553 1553
1554=item $old_events = $term->pty_ev_events ([$new_events]) 1554=item $old_events = $term->pty_ev_events ([$new_events])
1555 1555

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines