Open mishaxz opened 5 years ago
@mishaxz Am I correct to assume you are running into this on Win10? Does it affect other platforms?
windows 10 yes, I don't know I haven't tried other platforms. I can't remember much what I was doing at that time with this but definitely only on windows 10.
This needs to be broadened to address escape sequences in general - terminal resizing, and other usage of escape characters to query the terminal/terminfo should be fixed as well.
It should work depending on what platform you are using. For example, if you use Eclipse, then the first part of this video talks about how to add ANSI (and then proceeds to integrate ANSI with Java): https://www.youtube.com/watch?v=IzYCYXfVTF8
note: the following
are not correct because pasting them in this github form doesn't work, so just assume they are that special ansi escape code symbol.
when I try to output ANSI color codes from my java program that I run under TerminalFX, it doesn't work. However, my codes are like this
[33m
and they work in various other terminals.but in TerminalFX I get
would you know what I'm doing wrong? is there any way to run a java program under TerminalFX and be able to display ansi colors from it?
however, if I run the following in TerminalFX, it displays colors fine.
win10colors.cmd
this works, displays colors in TerminalFX