From: Eli Zaretskii Date: Sun, 28 May 2000 13:27:33 +0000 (+0000) Subject: Correct a typo in a comment. X-Git-Tag: emacs-pretest-21.0.90~3659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf872af50e6a86bff18f772759f7a6b09089d19e;p=emacs.git Correct a typo in a comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6d62d1c5935..30556a76790 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-05-28 Eli Zaretskii + + * term.c (produce_glyphs): Treat characters from the eight-bit-* + charsets as unibyte, with 1-column screen width. Sent by Kenichi + Handa. + 2000-05-28 Eli Zaretskii * charset.c (syms_of_charset): Set width of character sets diff --git a/src/term.c b/src/term.c index df3ea60e997..672eee22c6c 100644 --- a/src/term.c +++ b/src/term.c @@ -1858,7 +1858,7 @@ produce_glyphs (it) } else if (SINGLE_BYTE_CHAR_P (it->c)) { - /* Comming here means that it->c is from display table, thus we + /* Coming here means that it->c is from display table, thus we must send the code as is to the terminal. Although there's no way to know how many columns it occupies on a screen, it is a good assumption that a single byte code has 1-column