aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-16 12:42:22 +0000
committerGerd Moellmann2001-01-16 12:42:22 +0000
commit3007ebfbc762b66111961bf04707e1f85efc2d00 (patch)
treef151feca14f952cd2f2dcf5409cff8dd240ed1ea /src/process.c
parent69d1478a7986a6c2b69e3e0dc1e23bbf871beb21 (diff)
downloademacs-3007ebfbc762b66111961bf04707e1f85efc2d00.tar.gz
emacs-3007ebfbc762b66111961bf04707e1f85efc2d00.zip
Call redisplay_preserve_echo_area with additional arg.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/process.c b/src/process.c
index 729dc43e429..2434851b7bc 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2444,7 +2444,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2444 if (timers_run != old_timers_run && do_display) 2444 if (timers_run != old_timers_run && do_display)
2445 /* We must retry, since a timer may have requeued itself 2445 /* We must retry, since a timer may have requeued itself
2446 and that could alter the time_delay. */ 2446 and that could alter the time_delay. */
2447 redisplay_preserve_echo_area (); 2447 redisplay_preserve_echo_area (9);
2448 else 2448 else
2449 break; 2449 break;
2450 } 2450 }
@@ -2537,7 +2537,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2537#endif 2537#endif
2538 } 2538 }
2539 if (total_nread > 0 && do_display) 2539 if (total_nread > 0 && do_display)
2540 redisplay_preserve_echo_area (); 2540 redisplay_preserve_echo_area (10);
2541 2541
2542 break; 2542 break;
2543 } 2543 }
@@ -2559,7 +2559,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2559 if (frame_garbaged && do_display) 2559 if (frame_garbaged && do_display)
2560 { 2560 {
2561 clear_waiting_for_input (); 2561 clear_waiting_for_input ();
2562 redisplay_preserve_echo_area (); 2562 redisplay_preserve_echo_area (11);
2563 if (XINT (read_kbd) < 0) 2563 if (XINT (read_kbd) < 0)
2564 set_waiting_for_input (&timeout); 2564 set_waiting_for_input (&timeout);
2565 } 2565 }
@@ -2742,7 +2742,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
2742 FD_ZERO (&Available); 2742 FD_ZERO (&Available);
2743 2743
2744 if (do_display) 2744 if (do_display)
2745 redisplay_preserve_echo_area (); 2745 redisplay_preserve_echo_area (12);
2746 } 2746 }
2747#ifdef EWOULDBLOCK 2747#ifdef EWOULDBLOCK
2748 else if (nread == -1 && errno == EWOULDBLOCK) 2748 else if (nread == -1 && errno == EWOULDBLOCK)
@@ -4454,7 +4454,7 @@ status_notify ()
4454 } /* end for */ 4454 } /* end for */
4455 4455
4456 update_mode_lines++; /* in case buffers use %s in mode-line-format */ 4456 update_mode_lines++; /* in case buffers use %s in mode-line-format */
4457 redisplay_preserve_echo_area (); 4457 redisplay_preserve_echo_area (13);
4458 4458
4459 UNGCPRO; 4459 UNGCPRO;
4460} 4460}
@@ -4794,7 +4794,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
4794 if (timers_run != old_timers_run && do_display) 4794 if (timers_run != old_timers_run && do_display)
4795 /* We must retry, since a timer may have requeued itself 4795 /* We must retry, since a timer may have requeued itself
4796 and that could alter the time delay. */ 4796 and that could alter the time delay. */
4797 redisplay_preserve_echo_area (); 4797 redisplay_preserve_echo_area (14);
4798 else 4798 else
4799 break; 4799 break;
4800 } 4800 }
@@ -4834,7 +4834,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
4834 if (frame_garbaged && do_display) 4834 if (frame_garbaged && do_display)
4835 { 4835 {
4836 clear_waiting_for_input (); 4836 clear_waiting_for_input ();
4837 redisplay_preserve_echo_area (); 4837 redisplay_preserve_echo_area (15);
4838 if (XINT (read_kbd) < 0) 4838 if (XINT (read_kbd) < 0)
4839 set_waiting_for_input (&timeout); 4839 set_waiting_for_input (&timeout);
4840 } 4840 }