Revert this again, breaks meterpreter console

git-svn-id: file:///home/svn/framework3/trunk@5543 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-06-27 20:07:53 +00:00
parent 5221b25aba
commit f056b9437f
1 changed files with 2 additions and 1 deletions

View File

@ -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?)