X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.wide;h=520875e7cebce936ff1a4d4daedc695c4eab1a9c;hp=7d11403471e9ed77b9ca22cee4ebd1822d696184;hb=37babca07fea18b480155ef60ef302ca09fca152;hpb=86b23c4fe3179cfe3308ef5952cabc613d168c96 diff --git a/include/curses.wide b/include/curses.wide index 7d114034..520875e7 100644 --- a/include/curses.wide +++ b/include/curses.wide @@ -1,4 +1,4 @@ -/* $Id: curses.wide,v 1.36 2008/11/29 18:44:08 tom Exp $ */ +/* $Id: curses.wide,v 1.37 2009/04/18 21:34:06 tom Exp $ */ /* * vile:cmode: * This file is part of ncurses, designed to be appended after curses.h.in @@ -167,6 +167,12 @@ extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */ extern NCURSES_EXPORT(wchar_t*) wunctrl (cchar_t *); /* implemented */ extern NCURSES_EXPORT(int) wvline_set (WINDOW *, const cchar_t *, int); /* implemented */ +#if NCURSES_SP_FUNCS +extern NCURSES_EXPORT(attr_t) NCURSES_SP_NAME(term_attrs) (SCREEN*); /* implemented */ +extern NCURSES_EXPORT(int) NCURSES_SP_NAME(unget_wch) (SCREEN*, const wchar_t); /* implemented */ +extern NCURSES_EXPORT(wchar_t*) NCURSES_SP_NAME(wunctrl) (SCREEN*, cchar_t *); /* implemented */ +#endif + #ifndef NCURSES_NOMACROS /*