aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-18 22:21:15 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-18 22:21:15 -0700
commit4b0f1cf85ba987b09351b4bfe3df3ed9bd59e4de (patch)
tree5d6bd4d28532035c92724964c51be2c2c00af54e /src/common.cpp
parent7ac32e45cb90118ebbb4d4fe2024fc1751a3b65b (diff)
parent8e21d5de92c4c85f55bbef34b6ffadd40a37e3db (diff)
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index fcbb2465..b0e96789 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -71,6 +71,8 @@ static rwlock_t termsize_rwlock;
static char *wcs2str_internal(const wchar_t *in, char *out);
static void debug_shared(const wchar_t msg_level, const wcstring &msg);
+bool has_working_tty_timestamps = true;
+
#ifdef HAVE_BACKTRACE_SYMBOLS
// This function produces a stack backtrace with demangled function & method names. It is based on
// https://gist.github.com/fmela/591333 but adapted to the style of the fish project.