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.65 by root, Mon Jan 9 19:25:57 2006 UTC vs.
Revision 1.67 by root, Mon Jan 9 19:29:06 2006 UTC

917 917
918=item $lines_in_scrollback = $term->nsaved 918=item $lines_in_scrollback = $term->nsaved
919 919
920Return various integers describing terminal characteristics. 920Return various integers describing terminal characteristics.
921 921
922=item $lc_ctype = $term->locale
923
924Returns the LC_CTYPE category string used by this rxvt-unicode.
925
926=item $x_display = $term->display_id
927
928Return the DISPLAY used by rxvt-unicode.
929
922=item $modifiermask = $term->ModLevel3Mask 930=item $modifiermask = $term->ModLevel3Mask
923 931
924=item $modifiermask = $term->ModMetaMask 932=item $modifiermask = $term->ModMetaMask
925 933
926=item $modifiermask = $term->ModNumLockMask 934=item $modifiermask = $term->ModNumLockMask
1168} 1176}
1169 1177
1170sub add_separator { 1178sub add_separator {
1171 my ($self, $sep) = @_; 1179 my ($self, $sep) = @_;
1172 1180
1173 $sep ||= ""; 1181 $sep ||= "=";
1174 1182
1175 $self->add_item ({ 1183 $self->add_item ({
1176 rend => { normal => "\x1b[0;30;47m", hover => "\x1b[0;30;47m", active => "\x1b[0;30;47m" }, 1184 rend => { normal => "\x1b[0;30;47m", hover => "\x1b[0;30;47m", active => "\x1b[0;30;47m" },
1177 text => "", 1185 text => "",
1178 render => sub { $sep x $self->{term}->ncol }, 1186 render => sub { $sep x $self->{term}->ncol },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines