mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval).
This commit is contained in:
3
tmux.h
3
tmux.h
@ -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;
|
||||
|
Reference in New Issue
Block a user