have you looked at .bashrc?
below is in my .bashrc of home dir:
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
On Saturday, August 8, 2020, 5:18:44 AM EDT, Marc SCHAEFER
<[email protected]> wrote:
Hello,
I have a funny problem since I upgraded my laptop to buster: xterm does not
have any title.
It is the only window that has this problem. I did not see anything special in
the .Xresources.
Anyone having this issue ?
Thank you for pointers.