Move utf, fmt. Small header file changes.
This commit is contained in:
parent
5a8e63b2f0
commit
91c13e54b5
73 changed files with 5771 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
/*
|
||||
#pragma lib "libcomplete.a"
|
||||
#pragma src "/sys/src/libcomplete"
|
||||
*/
|
||||
|
||||
typedef struct Completion Completion;
|
||||
|
||||
|
|
@ -7,7 +9,8 @@ struct Completion{
|
|||
uchar advance; /* whether forward progress has been made */
|
||||
uchar complete; /* whether the completion now represents a file or directory */
|
||||
char *string; /* the string to advance, suffixed " " or "/" for file or directory */
|
||||
int nfile; /* number of files that matched */
|
||||
int nmatch; /* number of files that matched */
|
||||
int nfile; /* number of files returned */
|
||||
char **filename; /* their names */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue