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 0ad7d10 commit 214c137Copy full SHA for 214c137
lib/rex/ui/text/input/readline.rb
@@ -88,7 +88,7 @@ def gets()
88
# down other background threads. This is important when there are many active
89
# background jobs, such as when the user is running Karmetasploit
90
#
91
- def pgets()
+ def pgets
92
93
line = nil
94
orig = Thread.current.priority
lib/rex/ui/text/shell.rb
@@ -22,7 +22,7 @@ module Shell
22
module InputShell
23
attr_accessor :prompt, :output
24
25
26
27
output.print(prompt)
28
output.flush
@@ -370,7 +370,7 @@ def get_input_line
370
end
371
372
output.input = input
373
- line << input.pgets()
+ line << input.pgets
374
output.input = nil
375
log_output(input.prompt)
376
0 commit comments