format_end = format + strlen (format);
bufsize--;
- while (fmt != format_end && bufsize > 0) /* Loop until end of format string or buffer full */
+ while (fmt != format_end && bufsize > 0) /* Loop until end of format
+ string or buffer full */
{
if (*fmt == '%') /* Check for a '%' character */
{
Timeout.tv_usec = (XINT(n) - (Timeout.tv_sec * 1000)) * 1000;
if (detect_input_pending()) return(Qnil);
- DoDsp(1);
+ redisplay_preserve_echo_area ();
/*
* Check for queued keyboard input/mouse hits again
* (A bit screen update can take some time!)
"Perform redisplay.")
()
{
- redisplay_preserving_echo_area ();
+ redisplay_preserve_echo_area ();
return(Qt);
}