From: root Date: Mon, 7 Aug 2006 22:28:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=448a2538afcad5da0908af3000206d444eb25344;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index e6f1b601..e8b3afa1 100644 --- 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. diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs index d91da88d..9db946a6 100644 --- a/src/rxvtperl.xs +++ b/src/rxvtperl.xs @@ -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 ();