diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 14d6f8fcf93..efd5f54fa39 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -2237,7 +2237,7 @@ get_phys_cursor_geometry (struct window *w, struct glyph_row *row, | |||
| 2237 | ascent = row->ascent; | 2237 | ascent = row->ascent; |
| 2238 | if (row->ascent < glyph->ascent) | 2238 | if (row->ascent < glyph->ascent) |
| 2239 | { | 2239 | { |
| 2240 | y =- glyph->ascent - row->ascent; | 2240 | y -= glyph->ascent - row->ascent; |
| 2241 | ascent = glyph->ascent; | 2241 | ascent = glyph->ascent; |
| 2242 | } | 2242 | } |
| 2243 | 2243 | ||