Merge pull request #1080 from jgmdev/PR/fix-commandview-caret
CommandView: do not change caret size with config.line_height
This commit is contained in:
commit
e4bef5c5b6
|
@ -226,6 +226,11 @@ function CommandView:exit(submitted, inexplicit)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
function CommandView:get_line_height()
|
||||||
|
return math.floor(self:get_font():get_height() * 1.2)
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
function CommandView:get_gutter_width()
|
function CommandView:get_gutter_width()
|
||||||
return self.gutter_width
|
return self.gutter_width
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue