Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-t option not working with zsh as default $SHELL #22

Closed
JavMatz opened this issue Dec 2, 2022 · 1 comment
Closed

-t option not working with zsh as default $SHELL #22

JavMatz opened this issue Dec 2, 2022 · 1 comment

Comments

@JavMatz
Copy link

JavMatz commented Dec 2, 2022

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.

@orhun
Copy link
Owner

orhun commented Dec 2, 2022

Thanks for reporting! 🐻

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.

48ae48c should fix this issue.

@orhun orhun closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants