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

Some Unicode characters break terminal #589

Closed
hoffi opened this issue Aug 8, 2016 · 4 comments
Closed

Some Unicode characters break terminal #589

hoffi opened this issue Aug 8, 2016 · 4 comments

Comments

@hoffi
Copy link

hoffi commented Aug 8, 2016

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).

Issue

@crunchtime-ali
Copy link

I can't reproduce this with a German Mac keyboard on either ZSH, Fish and Bash. Can you tell us more about your config?

@hoffi
Copy link
Author

hoffi commented Aug 8, 2016

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 use the latest hyperterm version (0.7.1).

I have also tried it without any fish configuration and still have this problem.

UPDATE: Just tried master and have the same issue.

@hoffi
Copy link
Author

hoffi commented Aug 8, 2016

Another strange behavior is when i type "¶", then backspace, insert any text e.g. "test" and hit enter i get this:
fish: Unknown command '�test'

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.

@hoffi
Copy link
Author

hoffi commented Oct 7, 2016

Fixed in 0.8.1

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