Changeset 3048

Show
Ignore:
Timestamp:
03/08/03 23:11:56 (6 years ago)
Author:
miyoshi
Message:

(mw32i_scroll_run): Don't set the frame garbaged,
because this causes unexpected "End of buffer".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/ChangeLog.Meadow

    r3047 r3048  
     12003-03-08  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
     2 
     3        * mw32term.c (mw32i_scroll_run): Don't set the frame garbaged, 
     4        because this causes unexpected "End of buffer". 
     5 
    162003-03-08  MIYASHITA Hisashi  <himi@meadowy.org> 
    27 
  • work/cvs2svn/src/mw32term.c

    r3043 r3048  
    53935393 
    53945394    /* If the dirty region is not what we expected, redraw the entire frame.  */ 
     5395#if 0 
     5396    /* This causes unexpected "End of buffer".*/ 
    53955397    if (!EqualRgn (combined, expect_dirty)) 
    53965398      SET_FRAME_GARBAGED (f); 
     5399#endif 
    53975400  } 
    53985401