@@ -1384,7 +1384,7 @@ get_title() {
case $title_fqdn in
on) hostname=$(hostname -f) ;;
*) hostname=${HOSTNAME:-$(hostname)} ;;
*) hostname=$(hostname | cut -d. -f1);;
esac
title=${title_color}${bold}${user}${at_color}@${title_color}${bold}${hostname}
The note is not visible to the blocked user.