projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9246fe
)
(tty_output_display_block): Use `CHAR_COLUMNS' instead of
author
tomo
<tomo>
Fri, 10 Sep 1999 09:04:31 +0000
(09:04 +0000)
committer
tomo
<tomo>
Fri, 10 Sep 1999 09:04:31 +0000
(09:04 +0000)
`XCHARSET_COLUMNS' and `CHAR_CHARSET'.
src/redisplay-tty.c
patch
|
blob
|
history
diff --git
a/src/redisplay-tty.c
b/src/redisplay-tty.c
index
08899fa
..
0f051fb
100644
(file)
--- 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