aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-06 15:51:48 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-06 15:52:16 -0800
commit68b93c624f51da262dc90d5566c666e59c186840 (patch)
treef6ce97beee067f6ce30550dd9cda9ded8642d1eb /env.h
parent36fe1e4a463560672cbf8cbfbe45b26fcf2a2377 (diff)
Move special handling of DISPLAY environment variable from etc/config.fish to fish itself to reduce number of fork calls made at launch
Diffstat (limited to 'env.h')
-rw-r--r--env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.h b/env.h
index c43efba1..16c274ed 100644
--- a/env.h
+++ b/env.h
@@ -183,5 +183,7 @@ public:
static const wchar_t * const highlighting_keys[];
};
+extern bool g_log_forks;
+
#endif