CommandView: do not change caret size with config.line_height
This commit is contained in:
parent
86d45458f8
commit
c7781a76a9
|
@ -226,6 +226,11 @@ function CommandView:exit(submitted, inexplicit)
|
|||
end
|
||||
|
||||
|
||||
function CommandView:get_line_height()
|
||||
return math.floor(self:get_font():get_height() * 1.2)
|
||||
end
|
||||
|
||||
|
||||
function CommandView:get_gutter_width()
|
||||
return self.gutter_width
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue