From fb6c8ecae60c94f99201195bf876e44ba6c7fd1a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 01:30:38 +0000 Subject: New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. --- tmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index ac5a5b89..f6ff8f9b 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.86 2009-01-09 23:57:42 nicm Exp $ */ +/* $Id: tmux.c,v 1.87 2009-01-10 01:30:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -53,6 +53,7 @@ struct options global_window_options; int debug_level; int be_quiet; time_t start_time; +const char *socket_path; void sighandler(int); __dead void usage(void); -- cgit