diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index d048eadd5c4..02a3aedaf11 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -4406,7 +4406,12 @@ update_text_area (w, vpos) | |||
| 4406 | || desired_row->phys_height != current_row->phys_height | 4406 | || desired_row->phys_height != current_row->phys_height |
| 4407 | || desired_row->visible_height != current_row->visible_height | 4407 | || desired_row->visible_height != current_row->visible_height |
| 4408 | || current_row->overlapped_p | 4408 | || current_row->overlapped_p |
| 4409 | #if 0 | ||
| 4410 | /* This causes excessive flickering when mouse is moved across | ||
| 4411 | the mode line. Luckily everything seems to work just fine | ||
| 4412 | without doing this. KFS 2006-09-17. */ | ||
| 4409 | || current_row->mouse_face_p | 4413 | || current_row->mouse_face_p |
| 4414 | #endif | ||
| 4410 | || current_row->x != desired_row->x) | 4415 | || current_row->x != desired_row->x) |
| 4411 | { | 4416 | { |
| 4412 | rif->cursor_to (vpos, 0, desired_row->y, desired_row->x); | 4417 | rif->cursor_to (vpos, 0, desired_row->y, desired_row->x); |