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

Diff of /emacs/src/xterm.c

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

revision 1.701 by pj, Wed Jan 16 06:48:06 2002 UTC revision 1.702 by kfstorm, Wed Jan 16 22:55:00 2002 UTC
# Line 11396  x_erase_phys_cursor (w) Line 11396  x_erase_phys_cursor (w)
11396    if (!cursor_row->enabled_p)    if (!cursor_row->enabled_p)
11397      goto mark_cursor_off;      goto mark_cursor_off;
11398        
11399      /* If row is completely invisible, don't attempt to delete a cursor which
11400         isn't there.  This can happen if cursor is at top of a window, and
11401         we switch to a buffer with a header line in that window.  */
11402      if (cursor_row->visible_height <= 0)
11403        goto mark_cursor_off;
11404      
11405    /* This can happen when the new row is shorter than the old one.    /* This can happen when the new row is shorter than the old one.
11406       In this case, either x_draw_glyphs or clear_end_of_line       In this case, either x_draw_glyphs or clear_end_of_line
11407       should have cleared the cursor.  Note that we wouldn't be       should have cleared the cursor.  Note that we wouldn't be

Legend:
Removed from v.1.701  
changed lines
  Added in v.1.702

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