Use wrapper functions for changing title/screen [Closes: Issue779]
authorUlrich Dangel <uli@spamt.net>
Mon, 8 Feb 2010 00:00:03 +0000 (01:00 +0100)
committerUlrich Dangel <uli@spamt.net>
Mon, 8 Feb 2010 21:47:37 +0000 (22:47 +0100)
commit61d7f2c159f8b702252ff6f603eb4dd4f32295a3
tree50ed37d531b8410291155f08e98983aafd8b6f6f
parent85d167395b54475847233b5a1c5edb81c1760bec
Use wrapper functions for changing title/screen [Closes: Issue779]

ZSH prompt escapes in a command while caused strange output. Therefor
do not use print -nP but expand the prompt escapes explicit.  To provide
a convinient method for changing the title Franks screen_printf function
from <http://ft.bewatermyfriend.org/comp/zsh/zshrc.d/zfunct.html> was used
as starting point.

Acked-by: Frank Terbeck <ft@grml.org>
etc/zsh/zshrc