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 03716a4 commit f66a079Copy full SHA for f66a079
lib/reline/line_editor.rb
@@ -151,6 +151,7 @@ def reset(prompt = '', encoding:)
151
@screen_height = @screen_size.first
152
reset_variables(prompt, encoding: encoding)
153
@old_trap = Signal.trap(:INT) {
154
+ clear_dialog
155
if @scroll_partial_screen
156
move_cursor_down(@screen_height - (@line_index - @scroll_partial_screen) - 1)
157
else
0 commit comments