Commit 0a41a88e038e94425956dfa65f6f8e04a9dea395
1 parent
63488da6
Exists in
master
and in
3 other branches
Adding "invert" attribute.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/include/lib3270.h
@@ -141,7 +141,9 @@ | @@ -141,7 +141,9 @@ | ||
141 | LIB3270_ATTR_COLOR_MUSTARD = 0x000E, | 141 | LIB3270_ATTR_COLOR_MUSTARD = 0x000E, |
142 | LIB3270_ATTR_COLOR_GRAY = 0x000F, | 142 | LIB3270_ATTR_COLOR_GRAY = 0x000F, |
143 | 143 | ||
144 | - LIB3270_ATTR_COLOR = 0x00FF, | 144 | + LIB3270_ATTR_COLOR = 0x000F, |
145 | + | ||
146 | + LIB3270_ATTR_INVERT = 0x0080, | ||
145 | 147 | ||
146 | LIB3270_ATTR_FIELD = 0x0100, | 148 | LIB3270_ATTR_FIELD = 0x0100, |
147 | LIB3270_ATTR_BLINK = 0x0200, | 149 | LIB3270_ATTR_BLINK = 0x0200, |