mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 08:33:17 +01:00
Clear status bar cell.
This commit is contained in:
parent
c2a5ffa6a4
commit
b0d8393c05
3
status.c
3
status.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: status.c,v 1.48 2008-09-26 06:45:27 nicm Exp $ */
|
/* $Id: status.c,v 1.49 2008-09-29 17:47:12 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -50,6 +50,7 @@ status_redraw(struct client *c)
|
|||||||
|
|
||||||
if (gettimeofday(&c->status_timer, NULL) != 0)
|
if (gettimeofday(&c->status_timer, NULL) != 0)
|
||||||
fatal("gettimeofday");
|
fatal("gettimeofday");
|
||||||
|
memcpy(&gc, &grid_default_cell, sizeof gc);
|
||||||
gc.fg = options_get_number(&s->options, "status-fg");
|
gc.fg = options_get_number(&s->options, "status-fg");
|
||||||
gc.bg = options_get_number(&s->options, "status-bg");
|
gc.bg = options_get_number(&s->options, "status-bg");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user