Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Small zle_highlight regression in 5.7
- X-seq: zsh-workers 44029
- From: Jan Larres <jan@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Small zle_highlight regression in 5.7
- Date: Fri, 1 Feb 2019 12:31:38 +1300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=majutsushi.net; s=mail; t=1548977502; bh=PTXHfG7x3yOJLHDzzb+EJPUcVQK9/Fg6yaD+2Eh7PSY=; h=To:From:Subject:Date:From; b=AdJYxjNRdCEYOUogrLknmQfvQrL1sg+YAGLVgP0An/OVTQefD/nlsi9ykt4BsseNH U16SWcLSVagaKhWidio//gAcC9sdz0+f430HPQYfmwdiOB2RLIqtT/GK1u+D8xBd9D UNXHMgL74JslG3AeOdccU3ZIizpamdjxOJz+lmkAsacAp8WC2/X9hYIqtd0FXNVgyD un1ZUbkcZ8I6b1vabGZb0GvBfESWmkZmLCtpjDpkrvGXjJQ0Ti624XD7fVqrPh2eMv a0ObjQfIIqRz5/uwyGS+KSTBAJr6oh6MR0cAFGQb8oGXTkjNNNO7Ep05iTDk3IMyPR W6DcJaKxw4a+g==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
In 5.6.2 I was able to use the special 'reset' foreground attribute to
only reset the foreground colour in the prompt:
$ print -P "%{%F{red}%}foo%{%F{reset}%}bar" | cat -v
^[[31mfoo^[[39mbar
This doesn't work any more in 5.7:
$ print -P "%{%F{red}%}foo%{%F{reset}%}bar" | cat -v
^[[31mfoobar
I also can't find any mention of this attribute in the documentation any
more. Is this intentional?
Thanks,
Jan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author