diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-08-29 12:35:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-08-29 12:35:22 +0200 |
commit | cbf6925bba7c10cc662e375e1ab6cd47c3b1d481 (patch) | |
tree | 8dee45035fb6cc3f528fbec794ded4c857235de0 /src/feh.h | |
parent | 9e146eb61690404a33c80645fbb46b696d48d484 (diff) |
Handle detaching the controlling tty from a feh process
Diffstat (limited to 'src/feh.h')
-rw-r--r-- | src/feh.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,4 +201,6 @@ extern char *mode; /* label for the current mode */ /* to terminate long-running children with SIGALRM */ extern int childpid; +extern int control_via_stdin; + #endif |