forked from pool/notcurses
- Update to version 3.0.8 https://github.com/dankamongmen/notcurses/releases/tag/v3.0.8 OBS-URL: https://build.opensuse.org/request/show/1040642 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notcurses?expand=0&rev=39
14 lines
527 B
Diff
14 lines
527 B
Diff
Index: notcurses-3.0.8/src/demo/demo.c
|
|
===================================================================
|
|
--- notcurses-3.0.8.orig/src/demo/demo.c
|
|
+++ notcurses-3.0.8/src/demo/demo.c
|
|
@@ -20,7 +20,7 @@ static char *datadir;
|
|
static int democount;
|
|
static demoresult* results;
|
|
|
|
-static const char DEFAULT_DEMO[] = "ixetunchdmbkywjgarvlsfqzo";
|
|
+static const char DEFAULT_DEMO[] = "ietunchdmbkywjgarvlsfqzo";
|
|
|
|
atomic_bool interrupted = ATOMIC_VAR_INIT(false);
|
|
// checked following demos, whether aborted, failed, or otherwise
|