mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[demo] run dragon following highcontrast
This commit is contained in:
parent
82adff4b77
commit
07a424fdb2
@ -74,7 +74,7 @@ terminal, and will refuse to run in anything smaller than 80x24.
|
|||||||
**-V**|**--version**: Print the program name and version, and exit with success.
|
**-V**|**--version**: Print the program name and version, and exit with success.
|
||||||
|
|
||||||
***demospec***: Select which demos to run, and what order to run them in. The
|
***demospec***: Select which demos to run, and what order to run them in. The
|
||||||
default is **ixetunchmdbkywjgarvlsfqzo**. See above for a list of demos.
|
default is **ixetunchdmbkywjgarvlsfqzo**. See above for a list of demos.
|
||||||
|
|
||||||
Default margins are all 0, and thus the full screen will be rendered. Using
|
Default margins are all 0, and thus the full screen will be rendered. Using
|
||||||
**-m**, margins can be supplied. Provide a single number to set all four margins
|
**-m**, margins can be supplied. Provide a single number to set all four margins
|
||||||
|
@ -21,7 +21,7 @@ static char *datadir;
|
|||||||
static int democount;
|
static int democount;
|
||||||
static demoresult* results;
|
static demoresult* results;
|
||||||
|
|
||||||
static const char DEFAULT_DEMO[] = "ixetunchmdbkywjgarvlsfqzo";
|
static const char DEFAULT_DEMO[] = "ixetunchdmbkywjgarvlsfqzo";
|
||||||
|
|
||||||
atomic_bool interrupted = ATOMIC_VAR_INIT(false);
|
atomic_bool interrupted = ATOMIC_VAR_INIT(false);
|
||||||
// checked following demos, whether aborted, failed, or otherwise
|
// checked following demos, whether aborted, failed, or otherwise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user