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.39 by root, Fri Jan 6 05:28:55 2006 UTC vs.
Revision 1.40 by root, Fri Jan 6 05:37:59 2006 UTC

663 663
664If hidden, display the overlay again. 664If hidden, display the overlay again.
665 665
666=back 666=back
667 667
668=item $cellwidth = $term->strwidth $string 668=item $cellwidth = $term->strwidth ($string)
669 669
670Returns the number of screen-cells this string would need. Correctly 670Returns the number of screen-cells this string would need. Correctly
671accounts for wide and combining characters. 671accounts for wide and combining characters.
672 672
673=item $octets = $term->locale_encode $string 673=item $octets = $term->locale_encode ($string)
674 674
675Convert the given text string into the corresponding locale encoding. 675Convert the given text string into the corresponding locale encoding.
676 676
677=item $string = $term->locale_decode $octets 677=item $string = $term->locale_decode ($octets)
678 678
679Convert the given locale-encoded octets into a perl string. 679Convert the given locale-encoded octets into a perl string.
680 680
681=item $term->scr_add_lines ($string) 681=item $term->scr_add_lines ($string)
682 682
698=item $term->tt_write ($octets) 698=item $term->tt_write ($octets)
699 699
700Write the octets given in C<$data> to the tty (i.e. as program input). To 700Write the octets given in C<$data> to the tty (i.e. as program input). To
701pass characters instead of octets, you should convert your strings first 701pass characters instead of octets, you should convert your strings first
702to the locale-specific encoding using C<< $term->locale_encode >>. 702to the locale-specific encoding using C<< $term->locale_encode >>.
703
704=item $windowid = $term->parent
705
706Return the window id of the toplevel window.
707
708=item $windowid = $term->vt
709
710Return the window id of the terminal window.
703 711
704=item $window_width = $term->width 712=item $window_width = $term->width
705 713
706=item $window_height = $term->height 714=item $window_height = $term->height
707 715

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines