diff src/term.c @ 29462:3306af2e4f3d

(append_glyph): Revert change of 2000-06-06.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 06 Jun 2000 12:26:35 +0000
parents 348aa1a6a062
children bb7557f86f5b
line wrap: on
line diff
--- a/src/term.c	Tue Jun 06 12:25:50 2000 +0000
+++ b/src/term.c	Tue Jun 06 12:26:35 2000 +0000
@@ -1783,7 +1783,7 @@
        ++i)
     {
       glyph->type = CHAR_GLYPH;
-      glyph->pixel_width = it->pixel_width;
+      glyph->pixel_width = 1;
       glyph->u.ch = it->c;
       glyph->face_id = it->face_id;
       glyph->padding_p = i > 0;