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
Window title empty if charset is ISO-8859-15 #109
Comments
I confirm this bug. I am able to get the title back if I minimize the window to tray and restore it back. Also when going to Change settings and just clicking Apply does the trick (the correct title is visible in the settings/window/behaviour). The bug doesn't need high-ascii latin1 characters to be repeated, just changing it in bash by echo -ne "\033]0;abc\007" makes the title dissappear again. |
I've reverted this code for now. |
If both PuTTY and server side charset are set to ISO-8859-15 window title disappears at login and is empty no matter what. Propably has something to do with issue 88 since title is visible if charset is UTF-8. Works correctly in previous version p0.63-t017.
The text was updated successfully, but these errors were encountered: