Remove the -I part of show-messages which isn't really that useful; the

server start time can now be accessed with a new start_time format (use:
tmux display -p '#{t:start_time}')
This commit is contained in:
nicm
2015-11-24 21:52:06 +00:00
parent 9fd3318dd8
commit 1e2df2d464
6 changed files with 17 additions and 33 deletions

View File

@ -187,7 +187,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
mode_key_init_trees();
key_bindings_init();
start_time = time(NULL);
gettimeofday(&start_time, NULL);
server_fd = server_create_socket();
if (server_fd == -1)