Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conemu capabilities #800

Closed
jvalkeal opened this issue Sep 21, 2022 · 1 comment
Closed

Update conemu capabilities #800

jvalkeal opened this issue Sep 21, 2022 · 1 comment
Milestone

Comments

@jvalkeal
Copy link
Contributor

I was looking why cursor show/hide doesn't work in conemu but works fine in cmd and powershell. Looks like windows-conemu.caps is quite old and conemu has matured quite a bit since caps were updated. Essentially in repl demo tput cursor_invisible and tput cursor_visible doesn't work if type is windows-conemu.

If I add below to windows-conemu.caps those those start to work.

civis=\E[?25l, cvvis=\E[?25h,

Looking at https://conemu.github.io/en/AnsiEscapeCodes.html#List_of_supported_codes I'm just wondering what else this caps file might be missing?

@mattirn
Copy link
Collaborator

mattirn commented Jan 15, 2023

Activate/restore xterm alternative buffer and save/restore cursor position (enter_ca_mode, exit_ca_mode) are also missing

smcup=\E[?1049h, rmcup=\E[?1049l

@gnodet gnodet added this to the 3.23.0 milestone Mar 5, 2023
gnodet added a commit to gnodet/jline3 that referenced this issue Mar 6, 2023
@gnodet gnodet closed this as completed in 6c5a275 Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants