]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/curses.priv.h
ncurses 5.7 - patch 20091121
[ncurses.git] / ncurses / curses.priv.h
index 1f5507b2a02a25d926ff237de409ffd5fa016e78..6a32c693c5104b4acc7139a9de6bbcb12af72f50 100644 (file)
@@ -35,7 +35,7 @@
 
 
 /*
- * $Id: curses.priv.h,v 1.442 2009/10/31 20:33:43 tom Exp $
+ * $Id: curses.priv.h,v 1.443 2009/11/21 22:27:52 tom Exp $
  *
  *     curses.priv.h
  *
@@ -805,6 +805,7 @@ typedef struct {
 #if NCURSES_NO_PADDING
        bool            _no_padding;    /* flag to set if padding disabled  */
 #endif
+       NCURSES_SP_OUTC _outch;         /* output handler if not putc */
 #if BROKEN_LINKER || USE_REENTRANT
        chtype          *real_acs_map;
        int             _LINES;