projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.1 - patch 20180512
[ncurses.git]
/
ncurses
/
llib-lncurses
diff --git
a/ncurses/llib-lncurses
b/ncurses/llib-lncurses
index e6d986280f29ee0859a529e4007e78c999d733e5..af7eba9dfb0b3ae0193da7c410f64b88963138d8 100644
(file)
--- a/
ncurses/llib-lncurses
+++ b/
ncurses/llib-lncurses
@@
-34,7
+34,6
@@
/* ./tty/hardscroll.c */
#include <curses.priv.h>
/* ./tty/hardscroll.c */
#include <curses.priv.h>
-
#undef _nc_oldnums
int *_nc_oldnums;
#undef _nc_oldnums
int *_nc_oldnums;
@@
-182,7
+181,7
@@
int wchgat(
WINDOW *win,
int n,
attr_t attr,
WINDOW *win,
int n,
attr_t attr,
- short
color
,
+ short
pair_arg
,
const void *opts)
{ return(*(int *)0); }
const void *opts)
{ return(*(int *)0); }
@@
-246,6
+245,20
@@
void _nc_change_pair(
int pair)
{ /* void */ }
int pair)
{ /* void */ }
+#undef _nc_reserve_pairs
+colorpair_t *_nc_reserve_pairs(
+ SCREEN *sp,
+ int want)
+ { return(*(colorpair_t **)0); }
+
+#undef _nc_init_pair
+int _nc_init_pair(
+ SCREEN *sp,
+ int pair,
+ int f,
+ int b)
+ { return(*(int *)0); }
+
#undef init_pair_sp
int init_pair_sp(
SCREEN *sp,
#undef init_pair_sp
int init_pair_sp(
SCREEN *sp,
@@
-261,6
+274,15
@@
int init_pair(
short b)
{ return(*(int *)0); }
short b)
{ return(*(int *)0); }
+#undef _nc_init_color
+int _nc_init_color(
+ SCREEN *sp,
+ int color,
+ int r,
+ int g,
+ int b)
+ { return(*(int *)0); }
+
#undef init_color_sp
int init_color_sp(
SCREEN *sp,
#undef init_color_sp
int init_color_sp(
SCREEN *sp,
@@
-313,6
+335,14
@@
int color_content(
short *b)
{ return(*(int *)0); }
short *b)
{ return(*(int *)0); }
+#undef _nc_pair_content
+int _nc_pair_content(
+ SCREEN *sp,
+ int pair,
+ int *f,
+ int *b)
+ { return(*(int *)0); }
+
#undef pair_content_sp
int pair_content_sp(
SCREEN *sp,
#undef pair_content_sp
int pair_content_sp(
SCREEN *sp,
@@
-350,7
+380,7
@@
void _nc_do_color(
#undef wcolor_set
int wcolor_set(
WINDOW *win,
#undef wcolor_set
int wcolor_set(
WINDOW *win,
- short
color_pair_number
,
+ short
pair_arg
,
void *opts)
{ return(*(int *)0); }
void *opts)
{ return(*(int *)0); }
@@
-2076,14
+2106,14
@@
int slk_restore(void)
int slk_attr_set_sp(
SCREEN *sp,
const attr_t attr,
int slk_attr_set_sp(
SCREEN *sp,
const attr_t attr,
- short
color_pair_number
,
+ short
pair_arg
,
void *opts)
{ return(*(int *)0); }
#undef slk_attr_set
int slk_attr_set(
const attr_t attr,
void *opts)
{ return(*(int *)0); }
#undef slk_attr_set
int slk_attr_set(
const attr_t attr,
- short
color_pair_number
,
+ short
pair_arg
,
void *opts)
{ return(*(int *)0); }
void *opts)
{ return(*(int *)0); }
@@
-2153,12
+2183,12
@@
int slk_clear(void)
#undef slk_color_sp
int slk_color_sp(
SCREEN *sp,
#undef slk_color_sp
int slk_color_sp(
SCREEN *sp,
- short
color_pair_number
)
+ short
pair_arg
)
{ return(*(int *)0); }
#undef slk_color
int slk_color(
{ return(*(int *)0); }
#undef slk_color
int slk_color(
- short
color_pair_number
)
+ short
pair_arg
)
{ return(*(int *)0); }
/* ./base/lib_slkinit.c */
{ return(*(int *)0); }
/* ./base/lib_slkinit.c */
@@
-2647,42
+2677,9
@@
int mcprint(
/* ./base/new_pair.c */
/* ./base/new_pair.c */
-#undef alloc_pair_sp
-int alloc_pair_sp(
- SCREEN *sp,
- int fg,
- int bg)
- { return(*(int *)0); }
-
-#undef find_pair_sp
-int find_pair_sp(
- SCREEN *sp,
- int fg,
- int bg)
- { return(*(int *)0); }
-
-#undef free_pair_sp
-int free_pair_sp(
- SCREEN *sp,
- int pair)
- { return(*(int *)0); }
-
-#undef alloc_pair
-int alloc_pair(
- int f,
- int b)
- { return(*(int *)0); }
-
-#undef find_pair
-int find_pair(
- int f,
- int b)
- { return(*(int *)0); }
-
-#undef free_pair
-int free_pair(
- int pair)
- { return(*(int *)0); }
+#undef _nc_new_pair
+void _nc_new_pair(void)
+ { /* void */ }
/* ./base/resizeterm.c */
/* ./base/resizeterm.c */
@@
-2814,8
+2811,8
@@
int _nc_add_to_try(
#undef _nc_align_termtype
void _nc_align_termtype(
#undef _nc_align_termtype
void _nc_align_termtype(
- TERMTYPE *to,
- TERMTYPE *from)
+ TERMTYPE
2
*to,
+ TERMTYPE
2
*from)
{ /* void */ }
#undef _nc_copy_termtype
{ /* void */ }
#undef _nc_copy_termtype
@@
-2962,7
+2959,7
@@
ENTRY *_nc_tail;
#undef _nc_free_entry
void _nc_free_entry(
ENTRY *headp,
#undef _nc_free_entry
void _nc_free_entry(
ENTRY *headp,
- TERMTYPE *tterm)
+ TERMTYPE
2
*tterm)
{ /* void */ }
#undef _nc_free_entries
{ /* void */ }
#undef _nc_free_entries
@@
-2970,12
+2967,6
@@
void _nc_free_entries(
ENTRY *headp)
{ /* void */ }
ENTRY *headp)
{ /* void */ }
-#undef _nc_delink_entry
-ENTRY *_nc_delink_entry(
- ENTRY *headp,
- TERMTYPE *tterm)
- { return(*(ENTRY **)0); }
-
#undef _nc_leaks_tinfo
void _nc_leaks_tinfo(void)
{ /* void */ }
#undef _nc_leaks_tinfo
void _nc_leaks_tinfo(void)
{ /* void */ }
@@
-2983,9
+2974,9
@@
void _nc_leaks_tinfo(void)
/* ./fallback.c */
#undef _nc_fallback
/* ./fallback.c */
#undef _nc_fallback
-const TERMTYPE *_nc_fallback(
+const TERMTYPE
2
*_nc_fallback(
const char *name)
const char *name)
- { return(*(const TERMTYPE **)0); }
+ { return(*(const TERMTYPE
2
**)0); }
/* ./tinfo/free_ttype.c */
/* ./tinfo/free_ttype.c */
@@
-3439,7
+3430,7
@@
void _nc_update_screensize(
#undef _nc_setup_tinfo
int _nc_setup_tinfo(
const char *const tn,
#undef _nc_setup_tinfo
int _nc_setup_tinfo(
const char *const tn,
- TERMTYPE *const tp)
+ TERMTYPE
2
*const tp)
{ return(*(int *)0); }
#undef _nc_tinfo_cmdch
{ return(*(int *)0); }
#undef _nc_tinfo_cmdch
@@
-3991,12
+3982,12
@@
void _nc_set_buffer(
#undef _nc_init_termtype
void _nc_init_termtype(
#undef _nc_init_termtype
void _nc_init_termtype(
- TERMTYPE *const tp)
+ TERMTYPE
2
*const tp)
{ /* void */ }
#undef _nc_read_termtype
int _nc_read_termtype(
{ /* void */ }
#undef _nc_read_termtype
int _nc_read_termtype(
- TERMTYPE *ptr,
+ TERMTYPE
2
*ptr,
char *buffer,
int limit)
{ return(*(int *)0); }
char *buffer,
int limit)
{ return(*(int *)0); }
@@
-4004,14
+3995,14
@@
int _nc_read_termtype(
#undef _nc_read_file_entry
int _nc_read_file_entry(
const char *const filename,
#undef _nc_read_file_entry
int _nc_read_file_entry(
const char *const filename,
- TERMTYPE *ptr)
+ TERMTYPE
2
*ptr)
{ return(*(int *)0); }
#undef _nc_read_entry
int _nc_read_entry(
const char *const name,
char *const filename,
{ return(*(int *)0); }
#undef _nc_read_entry
int _nc_read_entry(
const char *const name,
char *const filename,
- TERMTYPE *const tp)
+ TERMTYPE
2
*const tp)
{ return(*(int *)0); }
/* ./tinfo/read_termcap.c */
{ return(*(int *)0); }
/* ./tinfo/read_termcap.c */
@@
-4019,7
+4010,7
@@
int _nc_read_entry(
#undef _nc_read_termcap_entry
int _nc_read_termcap_entry(
const char *const tn,
#undef _nc_read_termcap_entry
int _nc_read_termcap_entry(
const char *const tn,
- TERMTYPE *const tp)
+ TERMTYPE
2
*const tp)
{ return(*(int *)0); }
/* ./tinfo/strings.c */
{ return(*(int *)0); }
/* ./tinfo/strings.c */
@@
-4102,7
+4093,7
@@
int _nc_remove_string(
#undef _nc_trim_sgr0
char *_nc_trim_sgr0(
#undef _nc_trim_sgr0
char *_nc_trim_sgr0(
- TERMTYPE *tp)
+ TERMTYPE
2
*tp)
{ return(*(char **)0); }
/* ./unctrl.c */
{ return(*(char **)0); }
/* ./unctrl.c */
@@
-4154,7
+4145,7
@@
const char *_nc_viscbuf(
#undef _nc_init_entry
void _nc_init_entry(
#undef _nc_init_entry
void _nc_init_entry(
-
TERMTYPE
*const tp)
+
ENTRY
*const tp)
{ /* void */ }
#undef _nc_copy_entry
{ /* void */ }
#undef _nc_copy_entry
@@
-4175,8
+4166,8
@@
void _nc_wrap_entry(
#undef _nc_merge_entry
void _nc_merge_entry(
#undef _nc_merge_entry
void _nc_merge_entry(
-
TERMTYPE *const to
,
-
TERMTYPE *const from
)
+
ENTRY *const target
,
+
ENTRY *const source
)
{ /* void */ }
/* ./tinfo/captoinfo.c */
{ /* void */ }
/* ./tinfo/captoinfo.c */
@@
-4208,11
+4199,8
@@
char *_nc_tic_expand(
#undef _nc_check_termtype2
void (*_nc_check_termtype2)(
#undef _nc_check_termtype2
void (*_nc_check_termtype2)(
- TERMTYPE *p1,
+ TERMTYPE
2
*p1,
NCURSES_BOOL p2);
NCURSES_BOOL p2);
-#undef _nc_check_termtype
-void (*_nc_check_termtype)(
- TERMTYPE *p1);
#undef _nc_entry_match
NCURSES_BOOL _nc_entry_match(
#undef _nc_entry_match
NCURSES_BOOL _nc_entry_match(
@@
-4236,11
+4224,6
@@
int _nc_resolve_uses2(
NCURSES_BOOL literal)
{ return(*(int *)0); }
NCURSES_BOOL literal)
{ return(*(int *)0); }
-#undef _nc_resolve_uses
-int _nc_resolve_uses(
- NCURSES_BOOL fullresolve)
- { return(*(int *)0); }
-
/* ./tinfo/comp_scan.c */
#undef _nc_syntax
/* ./tinfo/comp_scan.c */
#undef _nc_syntax
@@
-4291,7
+4274,7
@@
void _nc_panic_mode(
#undef _nc_parse_entry
int _nc_parse_entry(
#undef _nc_parse_entry
int _nc_parse_entry(
-
struct entry
*entryp,
+
ENTRY
*entryp,
int literal,
NCURSES_BOOL silent)
{ return(*(int *)0); }
int literal,
NCURSES_BOOL silent)
{ return(*(int *)0); }
@@
-4311,12
+4294,12
@@
void _nc_set_writedir(
#undef _nc_write_entry
void _nc_write_entry(
#undef _nc_write_entry
void _nc_write_entry(
- TERMTYPE *const tp)
+ TERMTYPE
2
*const tp)
{ /* void */ }
#undef _nc_write_object
int _nc_write_object(
{ /* void */ }
#undef _nc_write_object
int _nc_write_object(
- TERMTYPE *tp,
+ TERMTYPE
2
*tp,
char *buffer,
unsigned *offset,
unsigned limit)
char *buffer,
unsigned *offset,
unsigned limit)