aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-17
* Do not replace ## with # in status_replace1 because it'll be done laternicm2014-04-02
* Make message-limit a server option.nicm2014-03-31
* Style nit - no space between function name and bracket.nicm2014-02-14
* Check for NULL session and whatnot in status_replace, from Thomas Adam.nicm2014-02-14
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* Whitespace nits, from Ben Boeckel.Nicholas Marriott2013-07-05
* Demote the old single-character replacement variables (#S and friends)Nicholas Marriott2013-05-31
* Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott2013-03-25
* evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott2013-03-22
* No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
* Aargh. Spaces -> tabs.Nicholas Marriott2013-03-21
* Add window-status-last-* options, from Boris Faure.Nicholas Marriott2012-11-27
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Move a NULL check inside a function, from Tiago Cunha.Nicholas Marriott2012-07-09
* Use int not u_char for colours from options since they may have bit 8Nicholas Marriott2012-04-29
* Add window-status-separator option, from Thomas Adam.Nicholas Marriott2012-04-23
* Check event_initialized before event_del if event may not have been setNicholas Marriott2012-03-17
* Add A and I keys for vi status line editing.Nicholas Marriott2012-03-04
* The wlmouse offset should be part of the client, not the server. FromNicholas Marriott2012-03-03
* Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
* Terminate strftime buffer properly even if a really long format stringNicholas Marriott2012-01-26
* Fix memory leak in error path, from Tiago Cunha.Nicholas Marriott2012-01-26
* Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott2012-01-20
* Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott2012-01-20
* Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott2011-12-01
* Add word movement and editing command for command prompt editing, fromNicholas Marriott2011-11-15
* Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott2011-11-15
* Option to change status line (message) background when using vi keys andNicholas Marriott2011-11-05
* Fix a couple of memory leaks, from marcel partap.Nicholas Marriott2011-08-20
* Make confirm-before prompt customizable with -p option likeNicholas Marriott2011-07-08
* Allow the initial context on prompts to be set with the new -I option toNicholas Marriott2011-07-02
* Only redraw the status line on command update, not the entire clientNicholas Marriott2011-04-29
* Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott2011-04-24
* Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott2011-04-18
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott2011-01-03
* Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott2011-01-01
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a function to create window flags rather than doing the same thingNicholas Marriott2010-12-30
* Oops, these functions return a const char *, so make the local variableNicholas Marriott2010-12-11
* Make the prompt history global for all clients which is much more useful than...Nicholas Marriott2010-12-11
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
* Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
* Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott2010-05-14
* Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott2010-03-31
* Don't leak job command in #().Nicholas Marriott2010-03-27
* Dead functions, lint.Nicholas Marriott2010-03-22