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 /CHANGES | |
| 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 'CHANGES')
| -rw-r--r-- | CHANGES | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +04 June 2008 + +* Strings to display on the left and right of the status bar may now be set + with the status-left and status-right options. These are passed through + strftime(3) before being displayed. The status bar is automatically updated + at an interval set by the status-interval option. The default is to display + nothing on the left and the date and time on the left; the default update + interval is 15 seconds. + 03 June 2008 * Per session options. Setting options without specifying a session sets the @@ -382,4 +391,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.103 2008-06-03 21:42:36 nicm Exp $ +$Id: CHANGES,v 1.104 2008-06-04 05:40:35 nicm Exp $ |