From a1db273dc21ba28bbc5b578bd5c20e28a8b1a370 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 19 Jun 2008 23:20:45 +0000 Subject: display-time option to set message display time. --- tmux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 9a26f528..e71afa8f 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.63 2008-06-19 22:04:02 nicm Exp $ */ +/* $Id: tmux.c,v 1.64 2008-06-19 23:20:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -214,6 +214,7 @@ main(int argc, char **argv) options_set_colours(&global_options, "status-colour", 0x02); options_set_number(&global_options, "bell-action", BELL_ANY); options_set_number(&global_options, "history-limit", 2000); + options_set_number(&global_options, "display-time", 750); options_set_key(&global_options, "prefix", META); options_set_string(&global_options, "status-left", "%s", ""); /* ugh */ options_set_string( -- cgit v1.2.3