comparison src/dispnew.c @ 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 c88bce6b48f0
children 6309d97ee4bc
comparison
equal deleted inserted replaced
6413:6eb1a3cf0371 6414:d681b16231a8
894 894
895 { 895 {
896 #ifdef HAVE_X_WINDOWS 896 #ifdef HAVE_X_WINDOWS
897 int dummy; 897 int dummy;
898 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point); 898 int face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point);
899 #else 899 #endif
900 int face = 0; 900 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face);
901 #endif
902
903 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (g, face);
904 } 901 }
905 unchanged_modified = MODIFF; 902 unchanged_modified = MODIFF;
906 beg_unchanged = GPT - BEG; 903 beg_unchanged = GPT - BEG;
907 XFASTINT (w->last_point) = point; 904 XFASTINT (w->last_point) = point;
908 XFASTINT (w->last_point_x) = hpos; 905 XFASTINT (w->last_point_x) = hpos;
2228 { 2225 {
2229 Vwindow_system = Qnil; 2226 Vwindow_system = Qnil;
2230 Vwindow_system_version = Qnil; 2227 Vwindow_system_version = Qnil;
2231 } 2228 }
2232 } 2229 }
2233