diff src/term.c @ 12172:444793fce117 v8.0.0966

patch 8.0.0966: build failure without terminal feature commit https://github.com/vim/vim/commit/fc8bec0be4d1354f20fc4f514e47e98280b9d64a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 19:57:34 2017 +0200 patch 8.0.0966: build failure without terminal feature Problem: Build failure without terminal feature. Solution: Move #endif.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 20:00:04 +0200
parents 1345621ecdfb
children c314cd883fcc
line wrap: on
line diff
--- a/src/term.c
+++ b/src/term.c
@@ -3771,6 +3771,7 @@ term_cursor_blink(int blink)
 	out_str(T_VE);
     out_flush();
 }
+# endif
 
 /*
  * "shape" == 1: block, "shape" == 2: underline, "shape" == 3: vertical bar
@@ -3784,7 +3785,6 @@ term_cursor_shape(int shape, int blink)
 	out_flush();
     }
 }
-# endif
 #endif
 
 /*