Age | Commit message (Expand) | Author |
2013-03-22 | evbuffer_readline returns allocated storage, don't leak it. | Nicholas Marriott |
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Aargh. Spaces -> tabs. | Nicholas Marriott |
2013-03-21 | Do not leak formats in status_replace. | Nicholas Marriott |
2013-03-21 | Add a format client_prefix which is 1 if prefix key has been | Nicholas Marriott |
2013-03-21 | Allow formats in status options. | Nicholas Marriott |
2012-11-27 | Add window-status-last-* options, from Boris Faure. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-09 | Move a NULL check inside a function, from Tiago Cunha. | Nicholas Marriott |
2012-04-29 | Use int not u_char for colours from options since they may have bit 8 | Nicholas Marriott |
2012-04-23 | Add window-status-separator option, from Thomas Adam. | Nicholas Marriott |
2012-03-17 | Check event_initialized before event_del if event may not have been set | Nicholas Marriott |
2012-03-04 | Add A and I keys for vi status line editing. | Nicholas Marriott |
2012-03-03 | The wlmouse offset should be part of the client, not the server. From | Nicholas Marriott |
2012-01-29 | Add an option to move the status line to the top of the screen, | Nicholas Marriott |
2012-01-26 | Terminate strftime buffer properly even if a really long format string | Nicholas Marriott |
2012-01-26 | Fix memory leak in error path, from Tiago Cunha. | Nicholas Marriott |
2012-01-20 | Add some trivial additional status line attributes from jwcxz at users | Nicholas Marriott |
2012-01-20 | Add space movement keys for vi mode in the status line from Ben Boeckel. | Nicholas Marriott |
2011-12-01 | Make M-f and M-b work the same at the command prompt as in copy mode, | Nicholas Marriott |
2011-11-15 | Add word movement and editing command for command prompt editing, from | Nicholas Marriott |
2011-11-15 | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott |
2011-11-05 | Option to change status line (message) background when using vi keys and | Nicholas Marriott |
2011-08-20 | Fix a couple of memory leaks, from marcel partap. | Nicholas Marriott |
2011-07-08 | Make confirm-before prompt customizable with -p option like | Nicholas Marriott |
2011-07-02 | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott |
2011-04-29 | Only redraw the status line on command update, not the entire client | Nicholas Marriott |
2011-04-24 | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott |
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |
2011-01-03 | Handle a # at the end of a replacement string (such as status-left) | Nicholas Marriott |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-30 | Add a function to create window flags rather than doing the same thing | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2010-05-14 | Colour+attribute options for status line alerts, from Alex Alexander. | Nicholas Marriott |
2010-03-31 | Don't accept keys with modifiers as input. Fixes crash reported by Brian | Nicholas Marriott |
2010-03-27 | Don't leak job command in #(). | Nicholas Marriott |
2010-03-22 | Dead functions, lint. | Nicholas Marriott |
2010-01-27 | Calculate offset correctly, fixes incorrect offset and prevents crash when | Nicholas Marriott |
2010-01-26 | Actually use the copy made when no newline is found, from martynas@. | Nicholas Marriott |
2009-12-14 | Add server options to completion as well. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-11-26 | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott |