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
10cda9b0
Commit
10cda9b0
authored
Jun 06, 2000
by
Kenichi Handa
Browse files
(display_line): While checking line continuation, pay attention to a
padding glyph.
parent
1ac0700a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+9
-0
src/xdisp.c
src/xdisp.c
+2
-0
No files found.
src/ChangeLog
View file @
10cda9b0
No preview for this file type
src/xdisp.c
View file @
10cda9b0
...
...
@@ -11319,6 +11319,8 @@ display_line (it)
for (i = 0; i < nglyphs; ++i, x = new_x)
{
glyph = row->glyphs[TEXT_AREA] + n_glyphs_before + i;
if (CHAR_GLYPH_PADDING_P (*glyph))
continue;
new_x = x + glyph->pixel_width;
if (/* Lines are continued. */
...
...
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