diff options
| author | Eli Zaretskii | 2013-10-11 18:42:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-11 18:42:06 +0300 |
| commit | abe020201356dca6792d48add69029658b1df0b0 (patch) | |
| tree | 48f0fc84ac14c7eb131ac3ef8da01383eabd684e /src/dispextern.h | |
| parent | 9428abbf51a05346caf1315130411af1811ba0f7 (diff) | |
| download | emacs-abe020201356dca6792d48add69029658b1df0b0.tar.gz emacs-abe020201356dca6792d48add69029658b1df0b0.zip | |
Support frame dimension changes while TTY menus are displayed.
src/xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO
have different dimensions.
src/dispnew.c (fill_up_frame_row_with_spaces): Now has external
visibility.
src/dispextern.h (fill_up_frame_row_with_spaces): Add prototype.
Fixes: debbugs:15575
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 10cd3169408..2d09fe7c5fe 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3472,6 +3472,7 @@ void init_display (void); | |||
| 3472 | void syms_of_display (void); | 3472 | void syms_of_display (void); |
| 3473 | extern Lisp_Object Qredisplay_dont_pause; | 3473 | extern Lisp_Object Qredisplay_dont_pause; |
| 3474 | extern void spec_glyph_lookup_face (struct window *, GLYPH *); | 3474 | extern void spec_glyph_lookup_face (struct window *, GLYPH *); |
| 3475 | extern void fill_up_frame_row_with_spaces (struct glyph_row *, int); | ||
| 3475 | 3476 | ||
| 3476 | /* Defined in terminal.c */ | 3477 | /* Defined in terminal.c */ |
| 3477 | 3478 | ||