Direct unit tests: add note about reversed u6

This commit is contained in:
nick black 2021-11-03 18:28:06 -04:00
parent 13cf662a4f
commit e14b4d5f7c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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);