Hi,
I am making a small software. As a part of the Command Line Interface I am supposed to include the "tab help facility" .Incase the user is typing a command and in between he presses the Tab key, the software should display all the avavilable commands.
I am unable to trap the Tab ...
And ofcourse the Coding is in C..