Skip to content

Commit

Permalink
patch 8.0.0934: change to struts.h missing in patch
Browse files Browse the repository at this point in the history
Problem:    Change to struts.h missing in patch.
Solution:   Include adding ttyinfo_T.
  • Loading branch information
brammool committed Aug 13, 2017
1 parent 9f0139a commit 6b93b0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/structs.h
Expand Up @@ -1455,6 +1455,14 @@ struct partial_S
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! */
typedef enum
{
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -769,6 +769,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
934,
/**/
933,
/**/
Expand Down

0 comments on commit 6b93b0e

Please sign in to comment.