diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 05:40:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 05:40:35 +0000 |
commit | 811e75da52a0b504db4221df4504d3594ba3cb8b (patch) | |
tree | c68e6c59f4d3814fea41e6dae6bfb795c98ee7a7 /tmux.h | |
parent | 9e6090a7a2a0d25499bce0dc68fd67289f3a5e39 (diff) | |
download | rtmux-811e75da52a0b504db4221df4504d3594ba3cb8b.tar.gz rtmux-811e75da52a0b504db4221df4504d3594ba3cb8b.tar.bz2 rtmux-811e75da52a0b504db4221df4504d3594ba3cb8b.zip |
Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval).
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.125 2008-06-03 21:42:37 nicm Exp $ */ +/* $Id: tmux.h,v 1.126 2008-06-04 05:40:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -619,6 +619,7 @@ struct client { struct buffer *out; struct tty tty; + struct timespec status_ts; u_int sx; u_int sy; |