mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
Direct unit tests: add note about reversed u6
This commit is contained in:
parent
13cf662a4f
commit
e14b4d5f7c
@ -139,6 +139,7 @@ TEST_CASE("Direct") {
|
||||
int y, x;
|
||||
int dimy = ncdirect_dim_y(nc_);
|
||||
int dimx = ncdirect_dim_x(nc_);
|
||||
// FIXME fails if u6 is reversed (on e.g. kmscon)
|
||||
CHECK(0 == ncdirect_cursor_yx(nc_, &y, &x));
|
||||
CHECK(0 <= y);
|
||||
CHECK(dimy > y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user