X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fredisplay-tty.c;h=0f051fbaaae78fe97cf3510183900bf7bf9c795b;hb=ddf160705829afe71eae7c9f4cb9c54425fbec98;hp=08899faf161a6112e261fa8b60ed438529c34190;hpb=cb9f6f4eadc44f1becb32cbbd1db26449e347755;p=chise%2Fxemacs-chise.git- diff --git a/src/redisplay-tty.c b/src/redisplay-tty.c index 08899fa..0f051fb 100644 --- a/src/redisplay-tty.c +++ b/src/redisplay-tty.c @@ -357,7 +357,7 @@ tty_output_display_block (struct window *w, struct display_line *dl, int block, { #ifdef MULE Emchar ch = charptr_emchar (temptemp); - i += XCHARSET_COLUMNS (CHAR_CHARSET (ch)); + i += CHAR_COLUMNS (ch); #else i++; /* telescope this */ #endif