summaryrefslogtreecommitdiff
path: root/src/feh.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-08-29 12:35:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-08-29 12:35:22 +0200
commitcbf6925bba7c10cc662e375e1ab6cd47c3b1d481 (patch)
tree8dee45035fb6cc3f528fbec794ded4c857235de0 /src/feh.h
parent9e146eb61690404a33c80645fbb46b696d48d484 (diff)
Handle detaching the controlling tty from a feh process
Diffstat (limited to 'src/feh.h')
-rw-r--r--src/feh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feh.h b/src/feh.h
index 4572652..fb9fefe 100644
--- a/src/feh.h
+++ b/src/feh.h
@@ -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