mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
b95e5f4a41
commit
2ec3977ce2
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ class Reline::LineEditor
|
|||
Reline::IOGate.move_cursor_column(@dialog_column)
|
||||
@output.write "\e[39m\e[49m#{' ' * DIALOG_WIDTH}\e[39m\e[49m"
|
||||
end
|
||||
#Reline::IOGate.erase_after_cursor
|
||||
Reline::IOGate.erase_after_cursor
|
||||
move_cursor_down(1) if i < (dialog_vertical_size - 1)
|
||||
end
|
||||
move_cursor_up(dialog_vertical_size - 1 + @dialog_vertical_offset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue