0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.0934: change to struts.h missing in patch

Problem:    Change to struts.h missing in patch.
Solution:   Include adding ttyinfo_T.
This commit is contained in:
Bram Moolenaar
2017-08-13 20:28:53 +02:00
parent 9f0139a2a8
commit 6b93b0e838
2 changed files with 10 additions and 0 deletions

View File

@@ -1455,6 +1455,14 @@ struct partial_S
dict_T *pt_dict; /* dict for "self" */ dict_T *pt_dict; /* dict for "self" */
}; };
/* Information returned by get_tty_info(). */
typedef struct {
int backspace; /* what the Backspace key produces */
int enter; /* what the Enter key produces */
int interrupt; /* interrupt character */
int nl_does_cr; /* TRUE when a NL is expanded to CR-NL on output */
} ttyinfo_T;
/* Status of a job. Order matters! */ /* Status of a job. Order matters! */
typedef enum typedef enum
{ {

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
934,
/**/ /**/
933, 933,
/**/ /**/