Relevant information from devtools:
bundle.js:47 Unknown OSC code: "10"
bundle.js:47 Unknown OSC code: "11"
bundle.js:47 Unknown OSC code: "12"
bundle.js:47 Unknown OSC code: "13
The issue is reproducible in vanilla Hyper.app: Is Vanilla.
Currently running my OS's default terminal with some modifications. The only one that seems to be causing an issue for Hyper is my installation of Powerline. Colors are showing up fine, but it seems that Powerline uses some symbols that Hyper doesn't recognize.
To elaborate, I have an edited .bashrc file which applies stylistic changes to every shell I open, and this includes applying Powerline.
Screenshots


Can you attach some screenshots?
@chabou I uploaded some screenshots to the original issue report.
Thank you for the screenshots
Can you try on xterm branch?
@chabou Sure, I will give that shot.
@chabou Still giving me the same issue on the xterm branch.
Can you give your .bashrc related config?
I presume that it works great with other Term application?
What I have in my .bashrc is what's found here.
i.e.
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi
You have a powerline patched font installed and are using it correct?
No, not currently. I will look into what happens with a patched font.
The instructions for powerline state:
Powerline uses several special glyphs to get the arrow effect and some custom symbols for developers. This requires having either a symbol font or a patched font installed in the system. The used application (e.g. terminal emulator) must also either be configured to use patched fonts (in some cases even support it because custom glyphs live in private use area which some applications reserve for themselves) or support fontconfig for powerline to work properly with powerline-specific glyphs.
I think your problem is stemming from an improper set-up of powerline, and not hyper. That is, unless it used to work and suddenly stopped. Try downloading and installing a powerline patched font and telling hyper to use the patched font in your .hyper.js file.
@welnanick Sorry for the delayed reply. After reading your comment and the Powerline documentation, I installed a patched font and was able to get the symbols to display. At this point, I think it best to close this issue that I raised (you were right, it was an incorrectly configured .hyper.js file). However, I want to point out that I now have a problem identical to the one you described in #2201 where the glyphs are not being correctly displayed.
Most helpful comment
The instructions for powerline state:
I think your problem is stemming from an improper set-up of powerline, and not hyper. That is, unless it used to work and suddenly stopped. Try downloading and installing a powerline patched font and telling hyper to use the patched font in your
.hyper.jsfile.