From b859faf752c996253a61b20398851334e6217a5d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Dec 2015 00:04:46 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/unstickpixels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2