Sublime Forum

Caret Size

#1

I’ve installed build 3059. Since build 3057 the caret size spans two lines (sometimes three lines). The settings I use are:
“caret_extra_bottom”: false,
“caret_extra_top”: false,
“caret_extra_width”: false,
“caret_style”: “phase”,
Is it me or is this a bug?

0 Likes

#2

This happens to me as well. Python and JSON files seem to be the worst.

0 Likes

#3

Why don’t you use “caret_extra_bottom” : 0 ?

0 Likes

#4

‘0’ did it for me. Thanks for the hint.

0 Likes