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.161 by ayin, Fri Nov 30 01:22:26 2007 UTC vs.
Revision 1.162 by ayin, Mon Dec 17 16:57:57 2007 UTC

1625automatically be updated. 1625automatically be updated.
1626 1626
1627C<$text> is in a special encoding: tabs and wide characters that use more 1627C<$text> is in a special encoding: tabs and wide characters that use more
1628than one cell when displayed are padded with C<$urxvt::NOCHAR> (chr 65535) 1628than one cell when displayed are padded with C<$urxvt::NOCHAR> (chr 65535)
1629characters. Characters with combining characters and other characters that 1629characters. Characters with combining characters and other characters that
1630do not fit into the normal tetx encoding will be replaced with characters 1630do not fit into the normal text encoding will be replaced with characters
1631in the private use area. 1631in the private use area.
1632 1632
1633You have to obey this encoding when changing text. The advantage is 1633You have to obey this encoding when changing text. The advantage is
1634that C<substr> and similar functions work on screen cells and not on 1634that C<substr> and similar functions work on screen cells and not on
1635characters. 1635characters.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines