From f65024f64090c9f18bc9ab60e6944ce4bc3edafb Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Tue, 6 Sep 2016 05:55:52 +0300 Subject: [PATCH] let's keep screen names simpler to make it easy to use them as commandline arguments --- src/grise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grise.c b/src/grise.c index 7e57508..fcee596 100644 --- a/src/grise.c +++ b/src/grise.c @@ -56,7 +56,7 @@ static int scrollModTable[REFLECTION_HEIGHT]; static float nearScrollAmount = 0.0f; static struct screen scr = { - "Galaxy rise", + "galaxyrise", init, destroy, start, -- 1.7.10.4