CommandView: do not change caret size with config.line_height

This commit is contained in:
jgmdev 2022-07-15 11:27:27 -04:00
parent 86d45458f8
commit c7781a76a9
1 changed files with 5 additions and 0 deletions

View File

@ -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