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

Diff of /emacs/src/xdisp.c

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

revision 1.989 by kfstorm, Mon Mar 7 09:29:21 2005 UTC revision 1.990 by kfstorm, Mon Mar 7 13:43:34 2005 UTC
# Line 20205  notice_overwritten_cursor (w, area, x0, Line 20205  notice_overwritten_cursor (w, area, x0,
20205        || w->phys_cursor.vpos >= w->current_matrix->nrows        || w->phys_cursor.vpos >= w->current_matrix->nrows
20206        || (row = w->current_matrix->rows + w->phys_cursor.vpos,        || (row = w->current_matrix->rows + w->phys_cursor.vpos,
20207            !(row->enabled_p && row->displays_text_p)))            !(row->enabled_p && row->displays_text_p)))
20208      {      return;
       w->phys_cursor_on_p = 0;  
       return;  
     }  
20209    
20210    if (row->cursor_in_fringe_p)    if (row->cursor_in_fringe_p)
20211      {      {

Legend:
Removed from v.1.989  
changed lines
  Added in v.1.990

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