Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: exit status problem



On 2010-12-07 09:30:00 -0800, Bart Schaefer wrote:
> You could try applying this hunk to Src/Zle/zle_refresh.c to see if
> that appears to clear up the problem [this is at the very end of
> refreshline()] but I'm not confident that's the best place to call
> fflush() for the general case.  (Line numbers may be inaccurate.)
> 
> @@ -2069,6 +2124,8 @@
>  		 (nl->chr == WEOF && ol->chr));
>  #endif
>      }
> +
> +    fflush(shout);
>  }
>  
>  /* move the cursor to line ln (relative to the prompt line),

No, this doesn't solve the problem.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author