summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbalou <balou@tilde.institute>2022-09-20 13:07:48 +0000
committerbalou <balou@tilde.institute>2022-09-20 13:07:48 +0000
commitcae70d6cbfe46fe1bf8210c27bbe47a96b4b103c (patch)
treeef7dc5f750f0b07d0d61149b7222104c289a4b86
parentd73827198e58db9cb66d86eeac481db5953d7796 (diff)
downloadportable-prompt-cae70d6cbfe46fe1bf8210c27bbe47a96b4b103c.tar.gz
allow newer screens
-rw-r--r--portable-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable-prompt.sh b/portable-prompt.sh
index 926e447..eaecac2 100644
--- a/portable-prompt.sh
+++ b/portable-prompt.sh
@@ -76,7 +76,7 @@ prompt_helper(){
 #printf "%s" "$PS1" > /dev/tty
 
 	case "$TERM" in
-	(xterm*|rxvt*|vt102|screen)
+	(xterm*|rxvt*|vt102|screen*)
 		pretty_title "$SHNAME";;
 	esac
 	return 0