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

Re: WATCHFMT bug



> 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