6 * MuCurses core implementation specific header file
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL
);
15 extern SCREEN _ansi_screen
;
17 extern void _wputch ( WINDOW
*win
, chtype ch
, int wrap
) __nonnull
;
18 extern void _wputc ( WINDOW
*win
, char c
, int wrap
) __nonnull
;
19 extern void _wputchstr ( WINDOW
*win
, const chtype
*chstr
, int wrap
, int n
) __nonnull
;
20 extern void _wputstr ( WINDOW
*win
, const char *str
, int wrap
, int n
) __nonnull
;
21 extern void _wcursback ( WINDOW
*win
) __nonnull
;
23 #endif /* _MUCURSES_H */