Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: WATCHFMT bug
- X-seq: zsh-workers 446
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: WATCHFMT bug
- Date: Tue, 10 Oct 1995 19:41:04 -0400
- In-reply-to: Your message of "Tue, 10 Oct 1995 18:39:28 EDT." <9510102239.AA03116@xxxxxxxxxx>
> Ok this is the third time I sent this. Just want to make sure
> it gets into either beta11 or hzoli11.
>
> The bug was introduced between beta8 and beta9. WATCHFMTs now ignore bold,
> underline etc...
>
> test9: zle_misc.c line 700
> test9-hzoli11: zle_misc.c line 757
>
> tputs(tcstr[cap], 1, putshout);
> should be
> tputs(tcstr[cap], 1, putraw);
I'll have to test this, but it seems like this would break
other things. There is typically a reason we send output to
shout rather than stdout.
rc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author