$ vim --clean -u NONEitest<Esc>:hi Cursor ctermbg=blue ctermfg=yellow:set tgc:hi Cursor guibg=blue guifg=yellow$ infocmp -x1 | grep Cs=
Cs=\E]12;%p1%s\007,
$ vim --clean -u NONE
:set t_SC t_EC
t_SC=^[]12;
t_EC=^G
A blue cursor with yellow text after steps 3 and 5, just like gvim.
9.2.0277
| OS | Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 GNU/Linux |
| Terminal | Windows Terminal 1.23.20211.0 |
| $TERM | xterm-256color |
| Shell | GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu) |
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I can also confirm that tput Cs '#0000ff' results in a blue cursor in the shell.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@joshklod your terminal controls your cursor color try changing it in windows terminal
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
your terminal controls your cursor color
Yes, but that can be overridden via escape sequence as I noted above. That's what Vim should be doing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()