7696122 / evil-terminal-cursor-changer

:smiling_imp: Chagning cursor by mode for evil on terminal.
80 stars 12 forks source link

Does this package supports wsl2 and windows new terminal? #23

Open yufengwang opened 4 years ago

yufengwang commented 4 years ago

I am using emacs in windows new terminal in wsl2, does it work for this scenario?

oxalorg commented 3 years ago

I couldn't get it to work with the windows terminal.

yufengwang commented 3 years ago

cursor shape won't change in insert mode

aaronbieber commented 2 years ago

You may be experiencing what is described in #24. Windows Terminal is not detected by this package as a supported terminal, though xterm escape sequences do work to change the cursor's shape (since May 2019, see https://github.com/microsoft/terminal/pull/941).

I have an open pull request to resolve this, but in the meantime you can set XTERM_VERSION to any value to force this package to recognize your terminal as Xterm and cursors should change.