CommandView: do not change caret size with config.line_height
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user