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

guicursor style hor width adjustment not work #18053

Closed
lost22git opened this issue Apr 9, 2022 · 4 comments
Closed

guicursor style hor width adjustment not work #18053

lost22git opened this issue Apr 9, 2022 · 4 comments
Labels
closed:wontfix current behavior is by design, and change is not desired

Comments

@lost22git
Copy link

Neovim version (nvim -v)

v0.6.1

Vim (not Nvim) behaves the same?

no vim

Operating system/version

Microsoft Windows NT 10.0.22000.0

Terminal name/version

windows terminal 1.12.220314002-release1.12

$TERM environment variable

no $TERM

Installation

scoop

How to reproduce the issue

vim.cmd("autocmd VimLeave * set guicursor=a:hor20-blinkwait700-blinkoff400-blinkon250")

or

vim.cmd("autocmd VimLeave * set guicursor=a:hor60-blinkwait700-blinkoff400-blinkon250")

Expected behavior

Different values show different widths

Actual behavior

Different values show the same width

@lost22git lost22git added the bug issues reporting wrong behavior label Apr 9, 2022
@zeertzjq
Copy link
Member

zeertzjq commented Apr 9, 2022

I think Windows Terminal doesn't support these?

@lost22git
Copy link
Author

The windows terminal has this (not hot reload) configuration 🤷‍♂️

config page

image

config json file

image

@erw7
Copy link
Contributor

erw7 commented Apr 10, 2022

In tui, N in hor{N}, ver{N}, blinkwait{N}, blinkon{n} or blinkoff{n} is ignored. Therefore, this will only work with a GUI that has that functionality. I think the help needs to be modified.

@justinmk
Copy link
Member

guicursor in terminal is best-effort. Not going to document every little terminal quirk in :help 'guicursor'.

@zeertzjq zeertzjq added closed:wontfix current behavior is by design, and change is not desired and removed bug issues reporting wrong behavior documentation tui labels Apr 10, 2022
@zeertzjq zeertzjq closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:wontfix current behavior is by design, and change is not desired
Projects
None yet
Development

No branches or pull requests

4 participants