This adds the input_fd() method, which returns a selectable() socket

git-svn-id: file:///home/svn/framework3/trunk@4334 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-02-10 02:04:52 +00:00
parent 4a875fa468
commit b39346079d
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ class BidirectionalPipe < Rex::Ui::Text::Input
def print_status(msg)
print_line('[*] ' + msg)
end
def input_fd
@pipe_input.fd
end
protected