Hi,
How to do completion of the commands..
For example there are commands in linux such as
$svn [tab][tab]
it will display
svnadmin svndiff svndumpfilter svnlook svnpath svnserve svnsync svnversion
How to implement this in C.
please any one help.
Thanks,
Madhu
How to do completion of the commands..
For example there are commands in linux such as
$svn [tab][tab]
it will display
svnadmin svndiff svndumpfilter svnlook svnpath svnserve svnsync svnversion
How to implement this in C.
please any one help.
Thanks,
Madhu
Comment