mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
use background in fade unit tests
This commit is contained in:
parent
ae711b7e75
commit
f40f8cfb15
@ -32,6 +32,7 @@ class FadeTest : public :: testing::Test {
|
||||
rgb = 0xffffffu;
|
||||
}
|
||||
cell_set_fg(&c, (rgb >> 16u) & 0xff, (rgb >> 8u) & 0xff, rgb & 0xff);
|
||||
cell_set_bg(&c, rgb & 0xff, (rgb >> 16u) & 0xff, (rgb >> 8u) & 0xff);
|
||||
EXPECT_LT(0, ncplane_putc(n_, &c));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user