X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;h=cc0e3667e68185045ebee82aae4bd1460dba3b5d;hp=e1b439db5aa9dd77f6ed1198b36b9991f7070342;hb=18865150079f74b17047633094e3994516af8a41;hpb=3ce60e9f58cc00309981ed711d0b0d3362105881 diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index e1b439db..cc0e3667 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -1128,7 +1128,7 @@ int wgetscrreg( NCURSES_BOOL mouse_trafo( int *a1, int *a2, - NCURSES_BOOL z) + NCURSES_BOOL z) { return(*(NCURSES_BOOL *)0); } /* ./base/lib_getch.c */ @@ -1701,9 +1701,6 @@ int ripoffline( /* ./base/lib_slk.c */ -#undef _nc_slk_format -int _nc_slk_format; - #undef _nc_slk_initialize int _nc_slk_initialize( WINDOW *stwin, @@ -2043,6 +2040,11 @@ void _nc_vsscanf(void) void _nc_freeall(void) { /* void */ } +#undef _nc_free_and_exit +void _nc_free_and_exit( + int code) + { /* void */ } + /* ./expanded.c */ #undef _nc_toggle_attr_on @@ -2774,6 +2776,11 @@ NCURSES_OSPEED ospeed; #undef _nc_nulls_sent int _nc_nulls_sent; +#undef _nc_set_no_padding +void _nc_set_no_padding( + SCREEN *sp) + { /* void */ } + #undef delay_output int delay_output( int ms)