summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-02-09 23:34:37 +0100
committerpgen <p.gen.progs@gmail.com>2022-02-10 18:14:40 +0100
commit9682a7e53bd432dd3a97c3fba3754bc640c8013f (patch)
treef4a85a8bd42918084ed1d1aa2973d423996f4293 /smenu.h
parent1dafcf7c3a0ece2892d1efd0385606ef5801d6b8 (diff)
Add the "invisible" (n) style attribute
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index 0caee7f..317070f 100644
--- a/smenu.h
+++ b/smenu.h
@@ -224,6 +224,7 @@ struct attrib_s
signed char standout;
signed char underline;
signed char italic;
+ signed char invis;
signed char blink;
};
@@ -257,6 +258,7 @@ struct term_s
char has_underline; /* has underline mode. */
char has_standout; /* has standout mode. */
char has_italic; /* has italic mode. */
+ char has_invis; /* has invis mode. */
char has_blink; /* has blink mode. */
};