Fix last change.
This commit is contained in:
parent
bab88420b1
commit
83daa9dcec
1 changed files with 1 additions and 4 deletions
|
@ -20205,10 +20205,7 @@ notice_overwritten_cursor (w, area, x0, x1, y0, y1)
|
|||
|| w->phys_cursor.vpos >= w->current_matrix->nrows
|
||||
|| (row = w->current_matrix->rows + w->phys_cursor.vpos,
|
||||
!(row->enabled_p && row->displays_text_p)))
|
||||
{
|
||||
w->phys_cursor_on_p = 0;
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
if (row->cursor_in_fringe_p)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue