diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 | ||||
| -rw-r--r-- | src/dispextern.h | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad10fe818e0..db84d0d05d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-07-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (compute_line_metrics): On ttys, subtract continuation | ||
| 4 | glyphs and truncation glyphs at the end of a row from its pixel | ||
| 5 | width. | ||
| 6 | (dump_glyph_row): Print row's continuation_lines_width. | ||
| 7 | (try_window_id): Take the shortcut if ZV is visible in the | ||
| 8 | window, but there are actually no changes at ZV. | ||
| 9 | |||
| 1 | 2001-07-02 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-07-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * xterm.h (x_free_dpy_colors): Add prototype. | 12 | * xterm.h (x_free_dpy_colors): Add prototype. |
diff --git a/src/dispextern.h b/src/dispextern.h index b7d82eded68..c2d6d1ea725 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -594,7 +594,8 @@ struct glyph_row | |||
| 594 | int x, y; | 594 | int x, y; |
| 595 | 595 | ||
| 596 | /* Width of the row in pixels without taking face extension at the | 596 | /* Width of the row in pixels without taking face extension at the |
| 597 | end of the row into account. */ | 597 | end of the row into account, and without counting truncation |
| 598 | and continuation glyphs at the end of a row on ttys. */ | ||
| 598 | int pixel_width; | 599 | int pixel_width; |
| 599 | 600 | ||
| 600 | /* Logical ascent/height of this line. The value of ascent is zero | 601 | /* Logical ascent/height of this line. The value of ascent is zero |