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

1176} 1176}
1177 1177
1178sub add_separator { 1178sub add_separator {
1179 my ($self, $sep) = @_; 1179 my ($self, $sep) = @_;
1180 1180
1181 $sep ||= ""; 1181 $sep ||= "=";
1182 1182
1183 $self->add_item ({ 1183 $self->add_item ({
1184 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" },
1185 text => "", 1185 text => "",
1186 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