Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 21, 2021
1 parent 4d7503c commit 2389d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/reline/line_editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,6 @@ def dialog_proc=(p)
move_cursor_down(1) if i < (dialog_vertical_size - 1)
end
move_cursor_up(dialog_vertical_size - 1 + @dialog_vertical_offset)
#Reline::IOGate.move_cursor_column(0)
# @output.write "\e[39m#{visual_lines[@first_line_started_from + @started_from]}\e[39m"
Reline::IOGate.move_cursor_column(prompt_width + @cursor)
end

Expand Down

0 comments on commit 2389d17

Please sign in to comment.