/[emacs]/emacs/src/dispnew.c
ViewVC logotype

Diff of /emacs/src/dispnew.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.284.4.4 by gerd, Thu Nov 15 10:30:41 2001 UTC revision 1.284.4.5 by gerd, Sun Mar 31 17:08:22 2002 UTC
# Line 1  Line 1 
1  /* Updating of data structures for redisplay.  /* Updating of data structures for redisplay.
2     Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000, 2001     Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000, 2001, 2002
3         Free Software Foundation, Inc.         Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 3672  direct_output_for_insert (g) Line 3672  direct_output_for_insert (g)
3672    fflush (stdout);    fflush (stdout);
3673    
3674    TRACE ((stderr, "direct output for insert\n"));    TRACE ((stderr, "direct output for insert\n"));
3675      mark_window_display_accurate (it.window, 1);
   UNCHANGED_MODIFIED = MODIFF;  
   BEG_UNCHANGED = GPT - BEG;  
   XSETFASTINT (w->last_point, PT);  
   w->last_cursor = w->cursor;  
   XSETFASTINT (w->last_modified, MODIFF);  
   XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);  
   
3676    redisplay_performed_directly_p = 1;    redisplay_performed_directly_p = 1;
3677    return 1;    return 1;
3678  }  }

Legend:
Removed from v.1.284.4.4  
changed lines
  Added in v.1.284.4.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26