(Vcharacter_attribute_table): New variable.
[chise/xemacs-chise.git-] / src / redisplay-tty.c
index 08899fa..0f051fb 100644 (file)
@@ -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