| Commit message (Expand) | Author | Age | Files | Lines |
* | Notify on zoom/unzoom, from George Nachmann. |  nicm | 2014-12-15 | 1 | -1/+3 |
* | Only redraw pane when it has actually changed. |  nicm | 2014-10-21 | 1 | -4/+5 |
* | Add flags to selectp to enable and disable input to a pane, from Anish |  nicm | 2014-08-11 | 1 | -4/+5 |
* | Allow keys and send-keys to invisible panes, from saggy-kun at users dot |  nicm | 2014-06-23 | 1 | -4/+1 |
* | Reset properly when c0-change-trigger is increased from zero so panes |  nicm | 2014-06-05 | 1 | -2/+1 |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -22/+40 |
* | Both the two previous ways of navigating panes by direction have |  nicm | 2014-05-08 | 1 | -127/+142 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -2/+3 |
* | Set PATH explicitly, either from client or session |  nicm | 2014-04-17 | 1 | -6/+10 |
* | Remove some unnecessary includes and fix a typo. |  nicm | 2014-04-17 | 1 | -5/+1 |
* | Correct the dance to fix the active pane in join-pane by pulling the |  nicm | 2014-04-17 | 1 | -2/+8 |
* | Remove the monitor-content option and associated bits and bobs. It's |  nicm | 2014-04-17 | 1 | -3/+1 |
* | Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. |  nicm | 2014-03-31 | 1 | -5/+9 |
* | Fix crash due to uninitialized lastwp member of layout_cell, reported by |  nicm | 2014-02-22 | 1 | -3/+4 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} |  nicm | 2014-01-28 | 1 | -11/+1 |
* | Remember the last active pane in the top-bottom or left-right cell so |  nicm | 2014-01-28 | 1 | -5/+73 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -9/+9 |
* | Clear window->flags when clearing winlinks |  nicm | 2013-10-10 | 1 | -1/+2 |
* | Fix compiler warnings, missing #include. From Thomas Adam. |  nicm | 2013-03-26 | 1 | -6/+5 |
* | Revert the command-prefix change which breaks sequences of commands. |  nicm | 2013-03-25 | 1 | -11/+2 |
* | Set pane resize flag when needed. |  nicm | 2013-03-25 | 1 | -1/+3 |
* | Don't zoom windows with one pane, from Romain Francoise. |  nicm | 2013-03-25 | 1 | -1/+5 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -2/+56 |
* | Do pane resize ioctls once at the end of the server loop rather than |  nicm | 2013-03-24 | 1 | -10/+1 |
* | Add option command-prefix which is automatically prepended to any |  nicm | 2013-03-24 | 1 | -3/+17 |
* | No more lint means no more ARGSUSED. |  nicm | 2013-03-22 | 1 | -3/+1 |
* | Automatically reflow wrapped lines when a pane is resized, requested by |  nicm | 2013-02-05 | 1 | -5/+5 |
* | Remove the layout undo/redo code which never really worked. |  nicm | 2013-01-17 | 1 | -2/+1 |
* | Support the 47 and 1047 SM and RM sequences (alternate screen without |  nicm | 2012-11-27 | 1 | -7/+13 |
* | Make mouse event structure clearer by defining events (up, click, drag) |  nicm | 2012-10-26 | 1 | -2/+2 |
* | Fix bad size in memcpy from Romain Francoise. |  nicm | 2012-10-25 | 1 | -2/+2 |
* | Fix up window reference counting and don't crash if the rename timer |  nicm | 2012-08-21 | 1 | -8/+13 |
* | Instead of numbering choose mode items 0-9a-z and then nothing, number |  nicm | 2012-08-11 | 1 | -1/+11 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -24/+15 |
* | Clear flags across all sessions, from Thomas Adam. |  nicm | 2012-07-08 | 1 | -1/+29 |
* | Use default-shell not _PATH_BSHELL to spawn commands, pointed out by |  nicm | 2012-05-28 | 1 | -9/+10 |
* | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a |  nicm | 2012-04-08 | 1 | -3/+3 |
* | Minor style nits - return (). |  nicm | 2012-04-01 | 1 | -3/+3 |
* | Add a layout history which can be stepped through with select-layout -u |  nicm | 2012-04-01 | 1 | -1/+2 |
* | Check changes_timer with event_initialized before event_del. |  nicm | 2012-03-20 | 1 | -2/+3 |
* | Add a simple form of output rate limiting by counting the number of |  nicm | 2012-03-20 | 1 | -1/+41 |
* | Add notify hooks for various events, the functions are currently empty |  nicm | 2012-03-17 | 1 | -1/+2 |
* | Check event_initialized before event_del if event may not have been set |  nicm | 2012-03-17 | 1 | -2/+3 |
* | Move window name changes into wrapper function window_set_name, from |  nicm | 2012-02-02 | 1 | -1/+9 |
* | Give each window a unique id, like panes but prefixed with @. Based on |  nicm | 2012-01-30 | 1 | -3/+31 |
* | Call bufferevent_free before closing file descriptor associated with it |  nicm | 2012-01-29 | 1 | -4/+4 |
* | Make window_pane_index work the same as window_index, from Ben Boeckel. |  nicm | 2011-11-15 | 1 | -9/+11 |
* | Reject $SHELL if it is not a full path. |  nicm | 2011-09-25 | 1 | -2/+2 |
* | Add pane-base-index option, from Ben Barbour. |  nicm | 2011-08-24 | 1 | -3/+3 |
* | Get rid of the layout string code which tries to walk through the layout |  nicm | 2011-06-05 | 1 | -8/+52 |