mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(direct_output_for_insert): Handle termcap frames as well as X.
This commit is contained in:
parent
6f63ba7956
commit
a1c3de84f5
1 changed files with 1 additions and 5 deletions
|
|
@ -896,11 +896,8 @@ direct_output_for_insert (g)
|
|||
#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 @@ See `buffer-display-table' for more information.");
|
|||
Vwindow_system_version = Qnil;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue