mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
notcurses-tester: use -l6
This commit is contained in:
parent
4619492f28
commit
3a7dabd2c8
@ -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…
Reference in New Issue
Block a user