1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-25 08:19:41 +02:00

remove blink cursor

This commit is contained in:
dbarzin 2023-03-05 13:12:19 +01:00
parent 48159766b1
commit 3845113484
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/python3
import os
import sys
def waitMouseClick():
@ -14,6 +15,10 @@ def waitMouseClick():
mouse.close()
# Hide blinking cursor
sys.stdout.write("\033[?1;0;0c")
sys.stdout.flush()
while True:
os.system("killall fim")
os.system("fim -qa image1.png 2>/dev/null &")