mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
c8bf45f23c
commit
5f771f4f02
1 changed files with 0 additions and 1 deletions
|
@ -374,7 +374,6 @@ module IRB
|
|||
contents = [message] + doc.accept(formatter).split("\n")
|
||||
|
||||
x = cursor_pos_to_render.x + autocomplete_dialog.width
|
||||
#x = cursor_pos_to_render.x - width if x + width >= screen_width
|
||||
x = autocomplete_dialog.column - width if x + width >= screen_width
|
||||
y = cursor_pos_to_render.y
|
||||
DialogRenderInfo.new(pos: Reline::CursorPos.new(x, y), contents: contents, width: width, bg_color: '49')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue