xgi / castero

TUI podcast client for the terminal
MIT License
616 stars 37 forks source link

Ignore curses.curs_set errors #150

Closed xgi closed 4 years ago

xgi commented 4 years ago

curs_set can error if the visibility value is not supported -- particularly, some terminals may not support an invisible cursor. This PR ignores such errors (since it is not a crucial feature) instead of crashing the client.

See: