repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: e1f67ee62a5e8faa5690e458ac8921d06b56a839:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit e1f67ee62a5e8faa5690e458ac8921d06b56a839
Author: Marc Lehmann 
Date:   Sat Nov 4 22:56:30 2006 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 2901dcd15225134b7a7292333802dbaec002f873..
index ..8811ab0d10c76c2e6114a413a1b7b5ab7c6c16e1 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 7f0251171438f59bc8b1b43f2f13051ee775bd87..
index ..1933370c4316b25db453727e48f7f0f1c5bfab33 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;

-----END OF PAGE-----