Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: exit status problem
- X-seq: zsh-users 15637
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: exit status problem
- Date: Wed, 8 Dec 2010 03:14:19 +0100
- In-reply-to: <101207093000.ZM3911@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20101203152438.GL1727@xxxxxxxxxxxxxxxxxxx> <20101203160916.42e78913@xxxxxxxxxxxxxxxxxxxxxxxxx> <20101204010313.GM1727@xxxxxxxxxxxxxxxxxxx> <101204113617.ZM6156@xxxxxxxxxxxxxxxxxxxxxx> <20101206112436.GN1727@xxxxxxxxxxxxxxxxxxx> <101206082142.ZM2316@xxxxxxxxxxxxxxxxxxxxxx> <20101206190912.GO1727@xxxxxxxxxxxxxxxxxxx> <101206201638.ZM2809@xxxxxxxxxxxxxxxxxxxxxx> <20101207122457.GP1727@xxxxxxxxxxxxxxxxxxx> <101207093000.ZM3911@xxxxxxxxxxxxxxxxxxxxxx>
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