SublimeANSI icon indicating copy to clipboard operation
SublimeANSI copied to clipboard

Make data processing thread safe

Open mheinzler opened this issue 7 years ago • 1 comments

I'm using this plugin to colorize gcc output and sometimes it happens that the color in the output is displaced because new data is being processed at the same time: grafik

A thread lock on the data fixed that for me.

mheinzler avatar Aug 22 '18 19:08 mheinzler

Disclaimer: I am not using the on_data mode so I wont test and merge this PR.

I make this disclaimer just because it looks like I am the only active maintainer in the repo.

jfcherng avatar Aug 23 '18 06:08 jfcherng