summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnastasios Grammenos <anastasios.grammenos@noris.gr>2020-11-30 11:17:03 +0200
committerAnastasios Grammenos <anastasios.grammenos@noris.gr>2020-11-30 11:17:03 +0200
commitd76580bd37c36c53a5f22d358510fc282723efb6 (patch)
treedfac50fe459a7126bf013129b7f6d6cc62c8c168
parent3eba37af0f95884e2c69490ab2d0964b027b18a6 (diff)
downloadxlnch-d76580bd37c36c53a5f22d358510fc282723efb6.tar.gz
xlnch-d76580bd37c36c53a5f22d358510fc282723efb6.tar.bz2
xlnch-d76580bd37c36c53a5f22d358510fc282723efb6.zip
Fix small deplay before text appears^C
-rw-r--r--xlnch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlnch.c b/xlnch.c
index c68aecf..0295d9c 100644
--- a/xlnch.c
+++ b/xlnch.c
@@ -274,6 +274,7 @@ int run()
int rc;
init();
+ draw_text();
grabkeyboard();
grabfocus();