From cf872af50e6a86bff18f772759f7a6b09089d19e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 28 May 2000 13:27:33 +0000 Subject: [PATCH] Correct a typo in a comment. --- src/ChangeLog | 6 ++++++ src/term.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5