diff options
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h index 660b8eee..81066104 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -53,6 +53,8 @@ extern int read_only; extern int quit; extern int verbose; extern int command_num; +extern int utf8_mode; +extern int have_terminfo; extern const char *libvirt_uri; extern int issue_command (const char *cmd, char *argv[], const char *pipe); extern void pod2text (const char *name, const char *shortdesc, const char *body); |