projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.2 - patch 20200627
[ncurses.git]
/
ncurses
/
new_pair.h
diff --git
a/ncurses/new_pair.h
b/ncurses/new_pair.h
index 811abc11442b3395ee9928f1eb902fe6c2801ee5..dfda890772072e6eded861b1505eba242fabecf3 100644
(file)
--- a/
ncurses/new_pair.h
+++ b/
ncurses/new_pair.h
@@
-34,7
+34,7
@@
/*
* Common type definitions and macros for new_pair.c, lib_color.c
*
/*
* Common type definitions and macros for new_pair.c, lib_color.c
*
- * $Id: new_pair.h,v 1.1
0 2020/02/02 23:34:34
tom Exp $
+ * $Id: new_pair.h,v 1.1
1 2020/04/11 16:43:47
tom Exp $
*/
#ifndef NEW_PAIR_H
*/
#ifndef NEW_PAIR_H
@@
-77,8
+77,7
@@
typedef enum {
cpKEEP = -1, /* color pair 0 */
cpFREE = 0, /* free for use */
typedef enum {
cpKEEP = -1, /* color pair 0 */
cpFREE = 0, /* free for use */
- cpINIT = 1, /* init_pair() */
- cpAUTO = 1 /* alloc_pair() */
+ cpINIT = 1 /* initialized */
} CPMODE;
typedef struct _color_pairs
} CPMODE;
typedef struct _color_pairs