Closed xgi closed 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:
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: