diff options
author | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2020-11-30 11:17:03 +0200 |
---|---|---|
committer | Anastasios Grammenos <anastasios.grammenos@noris.gr> | 2020-11-30 11:17:03 +0200 |
commit | d76580bd37c36c53a5f22d358510fc282723efb6 (patch) | |
tree | dfac50fe459a7126bf013129b7f6d6cc62c8c168 | |
parent | 3eba37af0f95884e2c69490ab2d0964b027b18a6 (diff) | |
download | xlnch-d76580bd37c36c53a5f22d358510fc282723efb6.tar.gz xlnch-d76580bd37c36c53a5f22d358510fc282723efb6.tar.bz2 xlnch-d76580bd37c36c53a5f22d358510fc282723efb6.zip |
Fix small deplay before text appears^C
-rw-r--r-- | xlnch.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -274,6 +274,7 @@ int run() int rc; init(); + draw_text(); grabkeyboard(); grabfocus(); |