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