We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7503c commit 2389d17Copy full SHA for 2389d17
lib/reline/line_editor.rb
@@ -697,8 +697,6 @@ def dialog_proc=(p)
697
move_cursor_down(1) if i < (dialog_vertical_size - 1)
698
end
699
move_cursor_up(dialog_vertical_size - 1 + @dialog_vertical_offset)
700
- #Reline::IOGate.move_cursor_column(0)
701
- # @output.write "\e[39m#{visual_lines[@first_line_started_from + @started_from]}\e[39m"
702
Reline::IOGate.move_cursor_column(prompt_width + @cursor)
703
704
0 commit comments