1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Autocompletion dialog height 15

https://github.com/ruby/reline/commit/7e18716754
This commit is contained in:
aycabta 2021-08-31 04:14:43 +09:00 committed by git
parent 81d40b5b7e
commit 32abd38014

View file

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