ekg2
|
00001 #ifndef __EKG_NCURSES_COMPLETION_H 00002 #define __EKG_NCURSES_COMPLETION_H 00003 00004 #define COMPLETION_MAXLEN 2048 /* rozmiar linii */ 00005 00006 void ncurses_complete(int *line_index, char *line); 00007 void ncurses_complete_clear(); 00008 00009 #endif 00010 00011 /* 00012 * Local Variables: 00013 * mode: c 00014 * c-file-style: "k&r" 00015 * c-basic-offset: 8 00016 * indent-tabs-mode: t 00017 * End: 00018 */