More work towards autosuggesting completions

This commit is contained in:
ridiculousfish
2012-02-25 18:54:49 -08:00
parent 5ea78f55f2
commit 38e40862fe
14 changed files with 184 additions and 140 deletions

2
proc.h
View File

@@ -366,7 +366,7 @@ extern int is_block;
/**
Whether we are reading from the keyboard right now
*/
extern int is_interactive;
int get_is_interactive(void);
/**
Whether this shell is attached to the keyboard at all