Skip to content

Commit

Permalink
Scrolldown after sigint
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Nov 30, 2023
1 parent 102a25a commit 1b90d5e
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 @@ -159,7 +159,7 @@ def set_signal_handlers
@old_trap = Signal.trap('INT') {
clear_dialogs
scrolldown = render_differential
Reline::IOGate.move_cursor_down scrolldown
Reline::IOGate.scrolldown scrolldown
Reline::IOGate.move_cursor_column 0
@rendered_screen_cache = nil
case @old_trap
Expand Down

0 comments on commit 1b90d5e

Please sign in to comment.