aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 1d93900a94..f012358404 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -1217,6 +1217,9 @@ EXTERN char *ignoredp;
// If a msgpack-rpc channel should be started over stdin/stdout
EXTERN bool embedded_mode INIT(= false);
+/// TTY from which input was gathered.
+EXTERN int global_input_fd INIT(= 0);
+
/// Used to track the status of external functions.
/// Currently only used for iconv().
typedef enum {