Closed Tyriar closed 1 year ago
try try
Oh, my! Not implementing selectionInactiveBackground..
@tisilent no need to touch the selection ones, they are just used as an example to ensure we're following the right naming style:
selectionInactiveBackground and cursorInactiveStyle
Follow up to https://github.com/xtermjs/xterm.js/pull/4443
Since we reverted how it used to be (which I still think is the right default), some embedders/users may want it the old way still. We can solve this for everyone by adding a
cursorInactiveStyle
as suggested by @boettges in https://github.com/xtermjs/xterm.js/pull/4443#issuecomment-1595056304. The namecursorInactiveStyle
aligns withselectionInactiveBackground
To implement this you would need to: