summaryrefslogtreecommitdiff
path: root/setedit/include/completi.h
blob: aba2690f2d4a2530a20db755b80a18c8f2b4a8c7 (plain)
1
2
3
4
5
6
7
8
/* Copyright (C) 1996-2005 by Salvador E. Tropea (SET),
   see copyrigh file for details */
char *CompletionChoose(char *options, const char *delimiter, int x, int y, unsigned ops);
char *CompletionChooseFromList(TStringCollection *list, int cant, int len,
                               int xC, int yC, unsigned ops, int lPartial=0,
                               Boolean aNewStr=True);

const unsigned cmplDontAddEndChar=1;