aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-06 12:27:18 +0000
committerGerd Moellmann2000-06-06 12:27:18 +0000
commitd13f3e2e2421ae5cba10e98693308f3ecdf7210e (patch)
tree7e5aa0f834f36daecbf2462691385750b7bebfec /src/term.c
parent3b3c4bf057e55157136cac42746db6e75aee44ab (diff)
downloademacs-d13f3e2e2421ae5cba10e98693308f3ecdf7210e.tar.gz
emacs-d13f3e2e2421ae5cba10e98693308f3ecdf7210e.zip
(append_glyph): Revert change of 2000-06-06.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index d21b78c6b62..5d8e7bb658d 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1783,7 +1783,7 @@ append_glyph (it)
1783 ++i) 1783 ++i)
1784 { 1784 {
1785 glyph->type = CHAR_GLYPH; 1785 glyph->type = CHAR_GLYPH;
1786 glyph->pixel_width = it->pixel_width; 1786 glyph->pixel_width = 1;
1787 glyph->u.ch = it->c; 1787 glyph->u.ch = it->c;
1788 glyph->face_id = it->face_id; 1788 glyph->face_id = it->face_id;
1789 glyph->padding_p = i > 0; 1789 glyph->padding_p = i > 0;