changeset 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 159e43bc7e3c
children e4c1178ec43d
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;