Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
WATCHFMT bug
- X-seq: zsh-workers 332
- From: awick@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Andy Wick)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: WATCHFMT bug
- Date: Sat, 19 Aug 1995 14:21:16 -0400 (EDT)
I sent a report about this a while ago and I don't think anyone
responded so I searched for an answer myself.
The problem is bolding and such doesn't work for WATCHFMT anymore.
It broke between beta8 and beta9. There is a one line fix, but
it probably isn't the "right" fix.
zle_misc.c: line 683
change beta9+: tputs(tcstr[cap], 1, putshout);
to beta8-: tputs(tcstr[cap], 1, putraw);
It would be great if someone could tell me the "real" solution. Also
wonder why the watch stuff doesn't just use the same code as
print -P or PROMPT.
Thanks.
Also new bug: ^ by itself crashes zsh. Simple solution is a null check
in subst, but again thats probably not the "right" solution.
--
awick@xxxxxx Andy Wick
awick@xxxxxxxxxxxxxxxxx Virginia Tech/TRW
It may be that your whole purpose in life is to serve as a warning to others.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author