From 713bad063aefe78960c94e7f482e206524400e6f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 7 Jun 2008 06:13:21 +0000 Subject: Make status-interval actually changeable. --- status.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index 1bec6f35..4e950d76 100644 --- a/status.c +++ b/status.c @@ -1,4 +1,4 @@ -/* $Id: status.c,v 1.22 2008-06-06 17:20:30 nicm Exp $ */ +/* $Id: status.c,v 1.23 2008-06-07 06:13:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -52,9 +52,6 @@ status_write_client(struct client *c) strftime(rbuf, sizeof rbuf, right, localtime(&(c->status_ts.tv_sec))); rlen = strlen(rbuf) + 1; - c->status_ts.tv_sec += - options_get_number(&c->session->options, "status-interval"); - screen_redraw_start_client(&ctx, c); screen_redraw_move_cursor(&ctx, llen, c->sy - slines); screen_redraw_set_attributes(&ctx, 0, scolour); -- cgit