summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-31 04:14:43 +0900
committergit <svn-admin@ruby-lang.org>2021-08-31 05:26:45 +0900
commit32abd3801482d9bc9388a1e901b2cbd31435cb99 (patch)
treef113697f90c63aad119982cccf569b0bbf5d243d /lib/reline.rb
parent81d40b5b7e7951ed1d5e013f1e0b2e9413c6dc0f (diff)
[ruby/reline] Autocompletion dialog height 15
https://github.com/ruby/reline/commit/7e18716754
Diffstat (limited to 'lib/reline.rb')
-rw-r--r--lib/reline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index d462aa9a2c..fd36042d5f 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -222,7 +222,7 @@ module Reline
context.clear
context.push(cursor_pos_to_render, result, pointer)
end
- DialogRenderInfo.new(pos: cursor_pos_to_render, contents: result, pointer: pointer)
+ DialogRenderInfo.new(pos: cursor_pos_to_render, contents: result, pointer: pointer, height: 15)
}
Reline::DEFAULT_DIALOG_CONTEXT = Array.new