mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
run mojibake after normal; it looks cool
This commit is contained in:
parent
2e78ae1c5e
commit
47d5347f01
@ -75,7 +75,7 @@ At any time, press 'q' to quit. The demo is best run in at least an 80x45 termin
|
||||
**-V**: Print the program name and version, and exit with success.
|
||||
|
||||
demospec: Select which demos to run, and what order to run them in. The
|
||||
default is **ixezcydthnbkgmarwuvlsfjqo**. See above for a list of demos.
|
||||
default is **ixezcydthnmbkgarwuvlsfjqo**. See above for a list of demos.
|
||||
|
||||
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
|
||||
|
@ -20,7 +20,7 @@ static int democount;
|
||||
static demoresult* results;
|
||||
static char *datadir = NOTCURSES_SHARE;
|
||||
|
||||
static const char DEFAULT_DEMO[] = "ixezcydthnbkgmarwuvlsfjqo";
|
||||
static const char DEFAULT_DEMO[] = "ixezcydthnmbkgarwuvlsfjqo";
|
||||
|
||||
atomic_bool interrupted = ATOMIC_VAR_INIT(false);
|
||||
// checked following demos, whether aborted, failed, or otherwise
|
||||
|
Loading…
Reference in New Issue
Block a user