mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.0096
Problem: When the input or output is not a tty Vim appears to hang. Solution: Add the --ttyfail argument. Also add the "ttyin" and "ttyout" features to be able to check in Vim script.
This commit is contained in:
@@ -3225,8 +3225,8 @@ typedef struct
|
||||
#endif
|
||||
|
||||
int want_full_screen;
|
||||
int stdout_isatty; /* is stdout a terminal? */
|
||||
int not_a_term; /* no warning for missing term? */
|
||||
int tty_fail; /* exit if not a tty */
|
||||
char_u *term; /* specified terminal name */
|
||||
#ifdef FEAT_CRYPT
|
||||
int ask_for_key; /* -x argument */
|
||||
|
Reference in New Issue
Block a user