eraserhd / kak-ansi

Kakoune support for rendering ANSI-colored text.
https://github.com/eraserhd/kak-ansi
The Unlicense
39 stars 4 forks source link

Do a initial render in ansi-enable and avoid duplicated hooks #15

Closed mawww closed 3 months ago

mawww commented 3 months ago

Remove the existing ansi hooks in ansi-enable so that the following config: hook global BufOpenFifo .* ansi-enable does not accumulate the rendering hooks every time the same buffer is re-used for a fifo which leads to progressively slower and slower performance.

eraserhd commented 3 months ago

Thanks, and v0.2.6 tagged.