improve example
This commit is contained in:
parent
9e9bbd4960
commit
90ebbaf749
2
TODO
2
TODO
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user