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 3eee06e commit fc8bec0Copy full SHA for fc8bec0
2 files changed
src/term.c
@@ -3771,6 +3771,7 @@ term_cursor_blink(int blink)
3771
out_str(T_VE);
3772
out_flush();
3773
}
3774
+# endif
3775
3776
/*
3777
* "shape" == 1: block, "shape" == 2: underline, "shape" == 3: vertical bar
@@ -3784,7 +3785,6 @@ term_cursor_shape(int shape, int blink)
3784
3785
3786
3787
-# endif
3788
#endif
3789
3790
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 966,
774
/**/
775
965,
776
0 commit comments