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

kobaltw.bat employs creative line wrapping in the IntelliJ terminal on Windows #78

Open
rhencke opened this issue Apr 1, 2017 · 5 comments

Comments

@rhencke
Copy link

rhencke commented Apr 1, 2017

I couldn't think of how else to describe this.

image

@cbeust
Copy link
Owner

cbeust commented Apr 1, 2017

PowerShell?

I'm using a bash instance on Cmder and it looks okay. I'm guessing it's because of the eternal \r\n vs/ \n debate between Windows and the rest of the world.

@rhencke
Copy link
Author

rhencke commented Apr 1, 2017

It's actually just fine in cmd.exe and PowerShell, if you run them normally (from the normal Command Prompt).

What's funny is it prints the Kobalt logo fine, but then goes crazy on the box art. It's something specific to IntelliJ's console, which is puzzling. I'll see if I can figure anything deeper than that.

@rhencke
Copy link
Author

rhencke commented Apr 1, 2017

Actually, I don't think this is a Kobalt bug at all. I've got it down to a case where running echo $'\u2550\u2550\u2550\u2550\u2550' in a Bash terminal in IntelliJ yields the same results. It's something about the funky pipe characters that throws it off, but it's not Kobalt. It's IntelliJ.

@dmitry-zhuravlev
Copy link
Collaborator

And what was the intention to run this bat from the bundled Terminal in IDEA? Why not simple run of the Kobalt task directly? But there still be some shift of the box art.... So probably it is an issue for https://youtrack.jetbrains.com/issues

@rhencke
Copy link
Author

rhencke commented Apr 1, 2017

Hi @dmitry-zhuravlev. At the time I was unable to run the Kobalt tasks directly due to #77, so this was the next best thing I had available.

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

3 participants