Changeset 5521

Show
Ignore:
Timestamp:
06/04/08 19:15:40 (3 months ago)
Author:
hdm
Message:

Temporarily revert to the old readline behavior

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/rex/ui/text/input/readline.rb

    r5520 r5521  
    7878                        if(true) 
    7979                                output.prompting 
    80                                 line = Readline.readline(prompt, true) 
     80                                line = ::Readline.readline(prompt, true) 
    8181                                HISTORY.pop if line.empty? 
    8282                                return line