Skip to content

Commit fc8bec0

Browse files
committed
patch 8.0.0966: build failure without terminal feature
Problem: Build failure without terminal feature. Solution: Move #endif.
1 parent 3eee06e commit fc8bec0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/term.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,7 @@ term_cursor_blink(int blink)
37713771
out_str(T_VE);
37723772
out_flush();
37733773
}
3774+
# endif
37743775

37753776
/*
37763777
* "shape" == 1: block, "shape" == 2: underline, "shape" == 3: vertical bar
@@ -3784,7 +3785,6 @@ term_cursor_shape(int shape, int blink)
37843785
out_flush();
37853786
}
37863787
}
3787-
# endif
37883788
#endif
37893789

37903790
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
966,
772774
/**/
773775
965,
774776
/**/

0 commit comments

Comments
 (0)