summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-31 15:09:04 +0900
committergit <svn-admin@ruby-lang.org>2021-08-31 15:19:32 +0900
commitc8a07a1231361f41963960d5acb129808f6d1c98 (patch)
tree36a8865d87e62d7c873bde5ca212c0f4b5baf1c6 /lib/reline.rb
parent7fae57dbb45703c5d0695dc501cf7dca3c7c40a5 (diff)
[ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional
https://github.com/ruby/reline/commit/5da6a8d851
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 cf668c79e3..18ccce2058 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, :height, keyword_init: true)
+ DialogRenderInfo = Struct.new(:pos, :contents, :pointer, :bg_color, :width, :height, keyword_init: true)
class Core
ATTR_READER_NAMES = %i(