summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-31 04:14:15 +0900
committergit <svn-admin@ruby-lang.org>2021-08-31 05:26:39 +0900
commit81d40b5b7e7951ed1d5e013f1e0b2e9413c6dc0f (patch)
treeb3681072be3b9b3e5b09b760b911d35d4a866e03 /lib/reline.rb
parent282f7ce8961b7493f46c48ef74b16fd9c7f2a158 (diff)
[ruby/reline] Scroll autocompletion pointer in dialog correctly
https://github.com/ruby/reline/commit/dc79ed2dd8
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 9ba6c3c9f0..d462aa9a2c 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -18,7 +18,7 @@ module Reline
Key = Struct.new('Key', :char, :combined_char, :with_meta)
CursorPos = Struct.new(:x, :y)
- DialogRenderInfo = Struct.new(:pos, :contents, :pointer, :bg_color, keyword_init: true)
+ DialogRenderInfo = Struct.new(:pos, :contents, :pointer, :bg_color, :height, keyword_init: true)
class Core
ATTR_READER_NAMES = %i(