We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fdf7f commit b9fce6cCopy full SHA for b9fce6c
src/dosinst.c
@@ -86,7 +86,7 @@ char *remap_text = "- %s";
86
enum
87
{
88
mouse_xterm = 1,
89
- mouse_mswin,,
+ mouse_mswin,
90
mouse_default
91
};
92
char *(mouse_choices[]) =
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1233,
766
/**/
767
1232,
768
0 commit comments