mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[tabs] remove obsolete FIXME
This commit is contained in:
parent
d0d9a0724b
commit
b326d43885
@ -9,7 +9,6 @@ TEST_CASE("TaBs") { // refreshing and delicious
|
|||||||
struct ncplane* n_ = notcurses_stdplane(nc_);
|
struct ncplane* n_ = notcurses_stdplane(nc_);
|
||||||
REQUIRE(n_);
|
REQUIRE(n_);
|
||||||
|
|
||||||
// FIXME these ought all use a specific plane to avoid requirements on the stdplane
|
|
||||||
SUBCASE("PutcTaB") {
|
SUBCASE("PutcTaB") {
|
||||||
struct ncplane_options nopts{};
|
struct ncplane_options nopts{};
|
||||||
nopts.rows = 2;
|
nopts.rows = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user