Mercurial > emacs
changeset 6414:d681b16231a8
(direct_output_for_insert): Handle termcap frames as well as X.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 19 Mar 1994 02:52:39 +0000 |
parents | 6eb1a3cf0371 |
children | 35917d3d0952 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Sat Mar 19 02:51:37 1994 +0000 +++ b/src/dispnew.c Sat Mar 19 02:52:39 1994 +0000 @@ -896,11 +896,8 @@ #ifdef HAVE_X_WINDOWS int dummy; int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); -#else - int face = 0; #endif - - current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (g, face); + current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face); } unchanged_modified = MODIFF; beg_unchanged = GPT - BEG; @@ -2230,4 +2227,3 @@ Vwindow_system_version = Qnil; } } -