diff options
author | 2019-03-16 17:14:07 +0000 | |
---|---|---|
committer | 2019-03-16 17:14:07 +0000 | |
commit | b2140406a212bf0a749b68b28dcc118a55873e85 (patch) | |
tree | a3a55aae818c412ec2b146cfefb8a1bd55bbbfc0 /usr.bin/tmux/resize.c | |
parent | Unify the top-level structure of interrupt handles. This helps (diff) | |
download | wireguard-openbsd-b2140406a212bf0a749b68b28dcc118a55873e85.tar.xz wireguard-openbsd-b2140406a212bf0a749b68b28dcc118a55873e85.zip |
Tidy and rename some bits of status line code.
Diffstat (limited to 'usr.bin/tmux/resize.c')
-rw-r--r-- | usr.bin/tmux/resize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/resize.c b/usr.bin/tmux/resize.c index 70289b358db..74749147f69 100644 --- a/usr.bin/tmux/resize.c +++ b/usr.bin/tmux/resize.c @@ -1,4 +1,4 @@ -/* $OpenBSD: resize.c,v 1.29 2019/03/12 13:56:30 nicm Exp $ */ +/* $OpenBSD: resize.c,v 1.30 2019/03/16 17:14:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -162,7 +162,7 @@ recalculate_sizes(void) */ RB_FOREACH(s, sessions, &sessions) { s->attached = 0; - status_update_saved(s); + status_update_cache(s); } /* |