Closed CmdrDats closed 8 years ago
Hi there,
So, after a bit of poking around, I figured out the interop problem with styles:
applySGR is a typed vararg function, so you need to call it like: (.applySGR term (into-array Terminal$SGR [Terminal$SGR/ENTER_BOLD]))
Bit of a pain, but anyhow..
Enjoy :)
Merged, thanks!
Hi there,
So, after a bit of poking around, I figured out the interop problem with styles:
applySGR is a typed vararg function, so you need to call it like: (.applySGR term (into-array Terminal$SGR [Terminal$SGR/ENTER_BOLD]))
Bit of a pain, but anyhow..
Enjoy :)