AutoPlug-Client
AutoPlug-Client copied to clipboard
Full color support for server process I/O (advanced terminal features)
Importance: 3/10
Problem: The server process gets started as a child of the AutoPlug process and thus with no real terminal attached to it, which prevents colors aka ANSI escape codes to get shown.
Solution:
- I tried multiple things but without success. Here you'll find more details: https://github.com/jline/jline3/issues/671
- At the moment AutoPlug uses a workaround that checks for specific words in the string (like ERROR or WARN) and colors the complete line accordingly.
- Alternatively you can do the following:
*add it to your server startup flags (between java ... and -jar, in general config start-command, tested on latest paper)
👍🏻