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:
@@ -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
|
||||||
{
|
{
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user