comparison src/dispnew.c @ 44260:64c67a3eebb2

(direct_output_for_insert): Call mark_window_display_accurate.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 30 Mar 2002 11:54:45 +0000
parents 5b4c5b84bb9d
children 17ecdf2d924c
comparison
equal deleted inserted replaced
44259:7fcef37168a3 44260:64c67a3eebb2
3653 update_end (f); 3653 update_end (f);
3654 updated_row = NULL; 3654 updated_row = NULL;
3655 fflush (stdout); 3655 fflush (stdout);
3656 3656
3657 TRACE ((stderr, "direct output for insert\n")); 3657 TRACE ((stderr, "direct output for insert\n"));
3658 3658 mark_window_display_accurate (it.window, 1);
3659 UNCHANGED_MODIFIED = MODIFF;
3660 BEG_UNCHANGED = GPT - BEG;
3661 XSETFASTINT (w->last_point, PT);
3662 w->last_cursor = w->cursor;
3663 XSETFASTINT (w->last_modified, MODIFF);
3664 XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);
3665
3666 redisplay_performed_directly_p = 1; 3659 redisplay_performed_directly_p = 1;
3667 return 1; 3660 return 1;
3668 } 3661 }
3669 3662
3670 3663