diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/reline/line_editor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index 382f638d25..d254738be2 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -589,9 +589,9 @@ class Reline::LineEditor end dialog.set_cursor_pos(cursor_column, @first_line_started_from + @started_from) dialog_render_info = dialog.call - dialog.width = dialog_render_info.width if dialog_render_info and dialog_render_info.width old_dialog = dialog.clone if dialog_render_info and dialog_render_info.contents and not dialog_render_info.contents.empty? + dialog.width = dialog_render_info.width if dialog_render_info.width height = dialog_render_info.height || DIALOG_HEIGHT pointer = dialog_render_info.pointer dialog.contents = dialog_render_info.contents |