chiark / gitweb /
get-rfc: Always download to $HOME/misc/rfc rather than the current
[bin.git] / xterm-title
index 2299cca9e55b2d83c66bb3135295834f4737cb34..64ffea633c84d25be249fcbad354c3871fef3f47 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
-if [ "$TERM" = xterm ]; then
+if [ "$TERM" = xterm ] || [ "$TERM" = screen ]; then
     printf '\033]0;'"$*"'\a'
 fi