diff src/term.c @ 2278:0b3be97064e5 vim73

Various small fixes from Dominique Pelle.
author Bram Moolenaar <bram@vim.org>
date Sat, 26 Jun 2010 06:24:45 +0200
parents 770485470e59
children 420f001db3d2
line wrap: on
line diff
--- a/src/term.c
+++ b/src/term.c
@@ -2591,6 +2591,8 @@ out_char(c)
 
 static void out_char_nf __ARGS((unsigned));
 
+#if defined(FEAT_GUI) || defined(FEAT_TITLE) \
+	|| defined(FEAT_TERMRESPONSE) || defined(FEAT_MOUSE_TTY)
 /*
  * out_char_nf(c): like out_char(), but don't flush when p_wd is set
  */
@@ -5435,6 +5437,7 @@ req_more_codes_from_term()
     if (xt_index_out != old_idx)
 	out_flush();
 }
+#endif
 
 /*
  * Decode key code response from xterm: '<Esc>P1+r<name>=<string><Esc>\'.