Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d13f3e2e
Commit
d13f3e2e
authored
Jun 06, 2000
by
Gerd Moellmann
Browse files
(append_glyph): Revert change of 2000-06-06.
parent
3b3c4bf0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/term.c
src/term.c
+1
-1
No files found.
src/ChangeLog
View file @
d13f3e2e
No preview for this file type
src/term.c
View file @
d13f3e2e
...
...
@@ -1783,7 +1783,7 @@ append_glyph (it)
++
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment