X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyletest.c;h=4e9a503f294660c9b5caa2cbcb1a738e274a3555;hb=HEAD;hp=8ed77372268c74d3662adc8a5222636a2942a70c;hpb=07c4e25bfcbc35efcdd99139cff3ba61e03a507e;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/styletest.c b/tests/styletest.c index 8ed7737..4e9a503 100644 --- a/tests/styletest.c +++ b/tests/styletest.c @@ -3,6 +3,7 @@ #include #include #include +#include void print_help(); void do_style_test(); @@ -111,7 +112,12 @@ do_style_test() { glk_set_style(style_User2); glk_put_string("User2\n"); + glk_set_style(style_Header); + garglk_set_zcolors(0xFF0000, 0x00FFFF); + glk_put_string("Zcolor test\n"); + glk_set_style(style_Normal); + garglk_set_zcolors(0x000000, 0xFFFFFF); } void