Readline fix

git-svn-id: file:///home/svn/framework3/trunk@3798 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-07-31 20:00:20 +00:00
parent f8897ac164
commit 4ef104e869
2 changed files with 9 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Input
# Whether or not the input medium supports readline.
#
def supports_readline
true
false
end
#

View File

@ -40,7 +40,14 @@ begin
::Readline.completion_proc = tab_complete_proc
end
end
#
# Whether or not the input medium supports readline.
#
def supports_readline
true
end
#
# Start the readline thread
#