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 a54c0c4 commit 7dd2d3eCopy full SHA for 7dd2d3e
lib/rex/ui/text/input/readline.rb
@@ -139,7 +139,7 @@ def readline_with_output(prompt, add_history=false)
139
# for rb-readline to support setting input and output. Output needs to be set so that colorization works for the
140
# prompt on Windows.
141
self.prompt = prompt
142
- reset_sequence = "\001\r\033[K\002"
+ reset_sequence = "\n\001\r\033[K\002"
143
if (/mingw/ =~ RUBY_PLATFORM)
144
reset_sequence = ""
145
end
0 commit comments