From c3b7a49cc1b7c1a7f9805f17c33a4cd4533b82b3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 19 Jun 2008 19:40:35 +0000 Subject: Editable prompt. Not used for anything yet. More to come. --- tmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 07a150da..eb1cb467 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.61 2008-06-18 22:21:51 nicm Exp $ */ +/* $Id: tmux.c,v 1.62 2008-06-19 19:40:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -215,7 +215,7 @@ main(int argc, char **argv) options_set_number(&global_options, "bell-action", BELL_ANY); options_set_number(&global_options, "history-limit", 2000); options_set_key(&global_options, "prefix-key", META); - options_set_string(&global_options, "status-left", ""); + options_set_string(&global_options, "status-left", "%s", ""); /* ugh */ options_set_string( &global_options, "status-right", "%%H:%%M %%d-%%b-%%y"); options_set_number(&global_options, "status-interval", 15); -- cgit v1.2.3