From: tomo Date: Fri, 10 Sep 1999 09:04:31 +0000 (+0000) Subject: (tty_output_display_block): Use `CHAR_COLUMNS' instead of X-Git-Tag: r21-2-19-utf-2000-0_7-0~57 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cbc300318e2e451a139157b5abc4b895ff936138;p=chise%2Fxemacs-chise.git.1 (tty_output_display_block): Use `CHAR_COLUMNS' instead of `XCHARSET_COLUMNS' and `CHAR_CHARSET'. --- 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