improve example

This commit is contained in:
chrys 2016-11-09 21:41:06 +01:00
parent 9e9bbd4960
commit 90ebbaf749

2
TODO
View File

@ -10,7 +10,7 @@ ToDos in Priority order:
fenrir is not able to detect the current application inside of screen.
ps -e -H -o pid,pgrp,ppid,tty,cmd
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
fd = open("/dev/tty")
fd = os.open("/dev/tty5", os.O_RDONLY )
os.tcgetpgrp(fd)
- implement onScreenUpdate commands