You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized when you use zsh, window-title-changed signal is never sent to the terminal for some reason. So I decided to set the terminal title early in the setup function instead of waiting for the callback.
With /usr/bin/zsh or /bin/zsh as the default $SHELL:
Alacritty, kitty and st work as expected with their respective -t options but kermit does not. However, if I do
kermit -e $(which bash) -t Foo
then the -t option works.
If I change SHELL to /bin/bash, then the -t option for kermit works, but if I do
kermit -e $(which zsh) -t Foo
the option stops working again.
With the fish shell the option also works as expected.
The text was updated successfully, but these errors were encountered: