Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.78k stars 837 forks source link

[Request] implement vertical bar cursor shape #785

Open phdoerfler opened 1 year ago

phdoerfler commented 1 year ago

I like CRT's block cursor but there are moments where I'd want a vertical bar cursor. Other terminal emulators support this, e.g., tilix or the default gnome / Ubuntu terminal.

Take (neo-)vim for instance. Switching to insert mode changes the cursor to a vertical bar which is nice for inserting text as you have a more precise indication where you will be adding text, similar to most GUI text editors. As seen here in insert mode, there is a vertical bar cursor: image whereas in normal mode, there is a block cursor: image

However, in CRT the cursor does not change when switching to insert mode. Again, insert mode, but this time with a block cursor: image And normal mode with the expected block cursor: image

Konglomneshued commented 10 months ago

I'd like this, too.