mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
91 stars 25 forks source link

Unbelievably slow terminal on printing ansi colors #51

Closed MichielVerloop closed 4 years ago

MichielVerloop commented 4 years ago

When using this plugin it creates massive delays on all inputs. After printing something like this: image It will take me about 7 seconds for any input to register, which can sometimes trigger a "not responding" message.

Running the same program in the windows 10 command prompt (with the registry enabled to display the colors) doesn't cause any delays.

The cause may be related to excessive use of colors. The image above is equivalent to the version here, without ansi colors enabled: image

MichielVerloop commented 4 years ago

This is a duplicate of issue #27 which I somehow missed when creating this issue.