*** empty log message ***
authorroot <root>
Mon, 7 Aug 2006 22:28:00 +0000 (22:28 +0000)
committerroot <root>
Mon, 7 Aug 2006 22:28:00 +0000 (22:28 +0000)
Changes
src/rxvtperl.xs

diff --git a/Changes b/Changes
index e6f1b60..e8b3afa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -21,6 +21,8 @@ WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the
 WISH: kick out xpm.C, replace by pixbuf
 DUMB: support tex fonts
 
+TODO: fix crash because strwidth returning -1 in selection-popup
+
 7.9  Mon Aug  7 18:16:07 CEST 2006
         - fix the crashing bug people encountered with 7.8 + urxvtd + perl
           + transparency. Ought to fix debian bug #380348.
index d91da88..9db946a 100644 (file)
@@ -1124,6 +1124,7 @@ rxvt_term::strwidth (SV *str)
         wchar_t *wstr = sv2wcs (str);
 
        rxvt_push_locale (THIS->locale);
+        //TODO: use same algorithm as screen.C
         RETVAL = wcswidth (wstr, wcslen (wstr));
         rxvt_pop_locale ();