akinsho / toggleterm.nvim

A neovim lua plugin to help easily manage multiple terminal windows
GNU General Public License v3.0
4.37k stars 173 forks source link

[BUG] No cursor color in terminal #599

Closed sharpchen closed 2 months ago

sharpchen commented 3 months ago

Is there an existing issue for this?

Current Behavior

No cursor background when typing in terminal, maybe it's terminal emulator's problem? It's the same in wezterm and WindowTerminal. term

Expected Behavior

Have a cursor background to better locate where I am

Steps To Reproduce

Environment

- OS:
- neovim version: 0.10.1
- Shell: bash

Anything else?

No response

akinsho commented 2 months ago

Coloring in you terminal is way outside of the remit of this plugin it doesn't influence terminal UI at all that's a neovim/terminal level issue probably something to do with your config but certainly not toggleterm

sharpchen commented 2 months ago

I just found that TermCursor has missing background. So giving it a highlight solves the problem