repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: e1f67ee62a5e8faa5690e458ac8921d06b56a839: path_to: revision_to:
commit e1f67ee62a5e8faa5690e458ac8921d06b56a839 Author: Marc LehmannDate: Sat Nov 4 22:56:30 2006 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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;
-----END OF PAGE-----