From: root Date: Sat, 4 Nov 2006 22:56:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=92fe719f8882a302cf3837cfc2cdbf97f21a7bc2;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 2901dcd1..8811ab0d 100644 --- a/Changes +++ b/Changes @@ -22,7 +22,7 @@ DUMB: support tex fonts TODO: http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html -TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure +TODO: wcwidth optimisaiton for <= 0xff is bogus, go to 0x7f or measure (Dai.H.) 8.0 Thu Nov 2 18:35:19 CET 2006 - combining characters cleared the area instead of creating an overlay, thus losing the ability to draw combining characters properly in most diff --git a/src/perl/selection b/src/perl/selection index 7f025117..1933370c 100644 --- a/src/perl/selection +++ b/src/perl/selection @@ -83,7 +83,7 @@ sub on_sel_extend { my @matches; if ($markofs < $line->l) { - # convert markofs form character to UTF-8 offset space + # convert markofs from character to UTF-8 offset space { my $prefix = substr $text, 0, $markofs; utf8::encode $prefix;