Revert this again, breaks meterpreter console
git-svn-id: file:///home/svn/framework3/trunk@5543 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5221b25aba
commit
f056b9437f
|
@ -75,7 +75,8 @@ begin
|
|||
#
|
||||
def pgets
|
||||
|
||||
if(Rex::Compat.is_windows())
|
||||
# if(Rex::Compat.is_windows())
|
||||
if(true)
|
||||
output.prompting
|
||||
line = ::Readline.readline(prompt, true)
|
||||
HISTORY.pop if (line and line.empty?)
|
||||
|
|
Loading…
Reference in New Issue