notcurses-tester: use -l6

This commit is contained in:
nick black 2020-07-12 02:55:58 -04:00
parent 4619492f28
commit 3a7dabd2c8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</script>
</head>
<body>
<font size="+1">
<font size="+2">
<center>
<a href="https://github.com/dankamongmen/notcurses">github</a><span> </span>
<a href="https://nick-black.com/htp-notcurses.pdf">book</a><span> </span>

View File

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