]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursesw
ncurses 5.9 - patch 20130622
[ncurses.git] / ncurses / llib-lncursesw
index ffd1c1a3f2c43bf94d7bde8db03bfbcab447307b..4250ea673135389fcf4ebfd2cfad15876a11ead3 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2001-2009,2010 Free Software Foundation, Inc.              *
+ * Copyright (c) 2001-2010,2011 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -27,7 +27,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey 2001-2009,2010                                 *
+ *  Author: Thomas E. Dickey 2001-2010,2011                                 *
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -1793,7 +1793,7 @@ int       get_escdelay(void)
 #undef _nc_wgetch
 int    _nc_wgetch(
                WINDOW  *win, 
-               unsigned long *result, 
+               int     *result, 
                int     use_meta)
                { return(*(int *)0); }
 
@@ -2760,6 +2760,12 @@ char     *_nc_tracemouse(
                MEVENT const *ep)
                { return(*(char **)0); }
 
+#undef _nc_retrace_mmask_t
+mmask_t        _nc_retrace_mmask_t(
+               SCREEN  *sp, 
+               mmask_t code)
+               { return(*(mmask_t *)0); }
+
 #undef _tracemouse
 char   *_tracemouse(
                MEVENT const *ep)
@@ -3022,8 +3028,6 @@ void      _nc_vsscanf(void)
 
 /* ./base/lib_freeall.c */
 
-#include <term_entry.h>
-
 #undef _nc_freeall
 void   _nc_freeall(void)
                { /* void */ }
@@ -3242,8 +3246,6 @@ int       unget_wch(
 
 /* ./widechar/lib_vid_attr.c */
 
-#include <term.h>
-
 #undef vid_puts_sp
 int    vid_puts_sp(
                SCREEN  *sp, 
@@ -3492,9 +3494,6 @@ int       wresize(
 
 /* ./tinfo/access.c */
 
-#include <sys/stat.h>
-#include <nc_alloc.h>
-
 #undef _nc_rootname
 char   *_nc_rootname(
                char    *path)
@@ -4155,6 +4154,17 @@ void     use_env(
                NCURSES_BOOL f)
                { /* void */ }
 
+#undef use_tioctl_sp
+void   use_tioctl_sp(
+               SCREEN  *sp, 
+               NCURSES_BOOL f)
+               { /* void */ }
+
+#undef use_tioctl
+void   use_tioctl(
+               NCURSES_BOOL f)
+               { /* void */ }
+
 #undef _nc_get_screensize
 void   _nc_get_screensize(
                SCREEN  *sp, 
@@ -4167,6 +4177,12 @@ void     _nc_update_screensize(
                SCREEN  *sp)
                { /* void */ }
 
+#undef _nc_setup_tinfo
+int    _nc_setup_tinfo(
+               const char *const tn, 
+               TERMTYPE *const tp)
+               { return(*(int *)0); }
+
 #undef _nc_tinfo_cmdch
 void   _nc_tinfo_cmdch(
                TERMINAL *termp, 
@@ -4461,6 +4477,11 @@ NCURSES_BOOL _nc_retrace_bool(
                NCURSES_BOOL code)
                { return(*(NCURSES_BOOL *)0); }
 
+#undef _nc_retrace_char
+char   _nc_retrace_char(
+               char    code)
+               { return(*(char *)0); }
+
 #undef _nc_retrace_int
 int    _nc_retrace_int(
                int     code)
@@ -4514,6 +4535,11 @@ char     *_traceattr(
                attr_t  newmode)
                { return(*(char **)0); }
 
+#undef _nc_retrace_int_attr_t
+int    _nc_retrace_int_attr_t(
+               attr_t  code)
+               { return(*(int *)0); }
+
 #undef _nc_retrace_attr_t
 attr_t _nc_retrace_attr_t(
                attr_t  code)