[ruby/reline] Shrink the dialog height when contents is shorter than it

https://github.com/ruby/reline/commit/a18817635f
This commit is contained in:
aycabta 2021-09-02 16:27:00 +09:00 коммит произвёл git
Родитель a44d28db9f
Коммит 4208cd0301
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -609,6 +609,7 @@ class Reline::LineEditor
height = dialog_render_info.height || DIALOG_HEIGHT
pointer = dialog_render_info.pointer
dialog.contents = dialog_render_info.contents
height = dialog.contents.size if dialog.contents.size < height
if dialog.contents.size > height
if dialog_render_info.pointer
if dialog_render_info.pointer < 0