aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.cpp
diff options
context:
space:
mode:
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.