From cbf6925bba7c10cc662e375e1ab6cd47c3b1d481 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 29 Aug 2017 12:35:22 +0200 Subject: Handle detaching the controlling tty from a feh process --- src/feh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/feh.h') 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 -- cgit v1.2.3