gdamore / tcell

Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
Apache License 2.0
4.53k stars 306 forks source link

fixes #666 cursor color #709

Closed gdamore closed 6 months ago

gdamore commented 6 months ago

This adds a new optional parameter to screen.SetCursorStyle, which is a color. The cursors demo is enhanced to show this.

This ability is supported on screen types, provided the underlying terminal supports the capability.