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:
parent
81d40b5b7e
commit
32abd38014
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue