diff --git a/doc/man/index.html b/doc/man/index.html index 4fd7ca835..aa39b1ef9 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -14,7 +14,7 @@ - +
github book diff --git a/tests/main.cpp b/tests/main.cpp index 02d803893..aad561c6a 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -15,7 +15,7 @@ static const char* datadir = NOTCURSES_SHARE; auto testing_notcurses() -> struct notcurses* { notcurses_options nopts{}; - nopts.loglevel = NCLOGLEVEL_DEBUG; + nopts.loglevel = NCLOGLEVEL_VERBOSE; nopts.flags = NCOPTION_SUPPRESS_BANNERS | NCOPTION_NO_ALTERNATE_SCREEN | NCOPTION_INHIBIT_SETLOCALE;