diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 00:04:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 00:04:46 +0100 |
commit | b859faf752c996253a61b20398851334e6217a5d (patch) | |
tree | f314688adf5010a7ff9e831df204923e36a77881 | |
parent | add todo (diff) | |
download | unstickpixels-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.c | 2 |
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); |