Skip to content

Commit

Permalink
Clear after cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 21, 2021
1 parent 5548550 commit 4d7503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/line_editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def dialog_proc=(p)
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)
Expand Down

0 comments on commit 4d7503c

Please sign in to comment.