From d88c20e718f71acf146cb91eda2f818f37003ad0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 29 Mar 2011 19:30:16 +0000 Subject: Change -t on display-message to be target-pane for the #[A-Z] replacements and add -c as target-client. --- server-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server-client.c') diff --git a/server-client.c b/server-client.c index 2b67ef5d..66e5caf0 100644 --- a/server-client.c +++ b/server-client.c @@ -614,7 +614,7 @@ server_client_set_title(struct client *c) template = options_get_string(&s->options, "set-titles-string"); - title = status_replace(c, NULL, template, time(NULL), 1); + title = status_replace(c, NULL, NULL, NULL, template, time(NULL), 1); if (c->title == NULL || strcmp(title, c->title) != 0) { if (c->title != NULL) xfree(c->title); -- cgit