notcurses-tester: use -l6

pull/791/head
nick black 4 years ago
parent 4619492f28
commit 3a7dabd2c8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

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

Loading…
Cancel
Save