erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Feature request: Block cursor mode #152

Open fourier opened 1 year ago

fourier commented 1 year ago

Would be nice to have an option to use block cursor, as well as turn the blinking off.

erkyrath commented 1 year ago

The input field is an <input> element in HTML (in the Chromium engine). There is no simple way to change this to a block cursor.

curiousdannii commented 1 year ago

There may be a CSS property in the future: https://css-tricks.com/almanac/properties/c/caret-shape/

It could also be faked, but that's a lot of work for something that possibly only one person would really like. :)