AutoPlug-Client icon indicating copy to clipboard operation
AutoPlug-Client copied to clipboard

Full color support for server process I/O (advanced terminal features)

Open Osiris-Team opened this issue 3 years ago • 1 comments

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: image *add it to your server startup flags (between java ... and -jar, in general config start-command, tested on latest paper)

Osiris-Team avatar Feb 13 '22 16:02 Osiris-Team

👍🏻

KaspianDev avatar Mar 01 '22 17:03 KaspianDev