]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/func/TS
set the term for all screen terms
[zsh.git] / .zsh / func / TS
index 0a51ab100216849cc0ff2e0081130606aaeeb8a3..4ef0cb1e2c7516093fce8c92df52686f9171b129 100755 (executable)
@@ -7,14 +7,14 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
 local topic filename ret
 topic="${(j:_:)@}"
 filename="${TMPDIR:-/tmp}/script.${topic:-$LOGNAME}.$$.$(date +%Y%m%d.%H%M)"
 echo "I: writing typescript to $filename ..." >&2
-PS1="%# " script -c "zsh -f" -f -q "$filename"
+PS1="%# " PS2= RPS1= script -c "zsh -f" -f -q "$filename"
 ret=$?
 echo "I: typescript is in $filename ."
 return $ret