felixse / felixse/FluentTerminal

missing support for xterm cursor hide/show options

Open
#935 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
9.6k
Forks
448
PR merge metrics
No merged PRs in 30d

Description

xterm-256color (genuine) can hide or show the cursor when the special escape sequences are used:

hide - \E[?25l
show - \E[?25h

Some applications on e.g. Linux or my own tcell app rely on these escape sequences -- on terminals that don't claim to support them we will relocate the cursor to the least offensive location on the screen, but really we'd rather not do that and just hide the cursor.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.