aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-27 00:04:46 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-27 00:04:46 +0100
commitb859faf752c996253a61b20398851334e6217a5d (patch)
treef314688adf5010a7ff9e831df204923e36a77881
parentadd todo (diff)
downloadunstickpixels-b859faf752c996253a61b20398851334e6217a5d.tar.gz
unstickpixels-b859faf752c996253a61b20398851334e6217a5d.tar.bz2
unstickpixels-b859faf752c996253a61b20398851334e6217a5d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--src/unstickpixels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstickpixels.c b/src/unstickpixels.c
index aceb3a1..504e5ed 100644
--- a/src/unstickpixels.c
+++ b/src/unstickpixels.c
@@ -36,7 +36,6 @@
#define WELCOME_MESSAGE \
- "\033[?25l\033[H\033[2J" \
"\033[H\033[01;31mWARNING: Do not used this if you have epilepsia.\033[00m\n" \
"\n" \
"It is recommended to massage the defective dots, whilst\n" \
@@ -430,6 +429,7 @@ int main(int argc, char* argv[])
if (optind < argc)
usage();
+ printf("\033[?25l\033[H\033[2J");
printf(WELCOME_MESSAGE);
fflush(stdout);