]> granicus.if.org Git - vim/commitdiff
patch 8.0.0934: change to struts.h missing in patch v8.0.0934
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 18:28:53 +0000 (20:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Aug 2017 18:28:53 +0000 (20:28 +0200)
Problem:    Change to struts.h missing in patch.
Solution:   Include adding ttyinfo_T.

src/structs.h
src/version.c

index 91326f6652c7b40b95f19cddb8b1f761ae0cfd16..40dfd9595687e153741971f086be94e6ce6d6f7a 100644 (file)
@@ -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
 {
index ab8c3149f5e0df69efe453b58e49fc8f85c0272f..a24b6715bcd7398b282203d6ef742d9213cf8837 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    934,
 /**/
     933,
 /**/