-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Some Unicode characters break terminal #589
Comments
I can't reproduce this with a German Mac keyboard on either ZSH, Fish and Bash. Can you tell us more about your config? |
module.exports = {
config: {
fontSize: 21,
fontFamily: '"Fantasque Sans Mono", "DejaVu Sans Mono", "Lucida Console", monospace',
cursorColor: '#F81CE5',
foregroundColor: '#fff',
backgroundColor: '#000',
borderColor: '#333',
css: '',
termCSS: '',
padding: '10px 8px',
colors: [
]
},
plugins: [
'hyperline',
'hyperterm-gruvbox-dark',
'hyperterm-open-devtools',
],
localPlugins: []
}; however this does also happen when i remove all plugins and use a system font. I don't have this problem in iTerm2 with my same fish config. I have also tried it without any fish configuration and still have this problem. UPDATE: Just tried master and have the same issue. |
Another strange behavior is when i type "¶", then backspace, insert any text e.g. "test" and hit enter i get this: It seems like in this case the char is not completely deleted and this question mark is left over but is not visible in the prompt. I actually have to hit backspace twice to completely remove it. |
Fixed in 0.8.1 |
Some unicode chars break the terminal (e.g. ¶, “, ¢, ¡ or ∞)
I have attached a sample of the problem, where i insert ¶ (
Alt + 3
on a german mac keyboard) and some “ (Alt + 2
).The text was updated successfully, but these errors were encountered: