summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-24Merge branch 'obsd-master'Thomas Adam
2015-09-24Don't leak fd and path on failure.nicm
2015-09-24Do not leak log file descriptor.nicm
2015-09-24Merge branch 'obsd-master'Thomas Adam
2015-09-24Assign flag not number for flag types (we got away with it so farnicm
because that are a union). From Filipe Brandenburger.
2015-09-23Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-09-23Add to TODO.Nicholas Marriott
2015-09-23Merge branch 'obsd-master'Thomas Adam
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.nicm
2015-09-21Merge branch 'obsd-master'Thomas Adam
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.nicm
2015-09-18Merge branch 'obsd-master'Thomas Adam
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"nicm
on GitHub.
2015-09-17Merge branch 'obsd-master'Thomas Adam
2015-09-17Redraw both src and dst sessions in break-pane.nicm
2015-09-17Merge branch 'obsd-master'Thomas Adam
2015-09-16Log when cmdq_continue is called.nicm
2015-09-16Give some variables less silly names.nicm
2015-09-16A few minor style nits.nicm
2015-09-16Hoist some common code out of both branches of an if/else.nicm
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm
2015-09-15Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-09-15Add BCE to TODO.Nicholas Marriott
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-14No more $Id$.Nicholas Marriott
2015-09-14Add missing <time.h>Thomas Adam
2015-09-14Remove some extra blank lines.nicm
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-14Should add buffer if no -b.nicm
2015-09-14Move tzset() from log_open to main.nicm
2015-09-14Style nit, int for flags not u_int.nicm
2015-09-14Merge branch 'obsd-master'Thomas Adam
Conflicts: Makefile
2015-09-14When the active pane changes, redraw panes if the style hasnicm
changed. From Cam Hutchison.
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.nicm
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm
for quick view of history, from Cam Hutchison.
2015-09-13Set woken flag when flushing so that the channel is freed, while herenicm
use the same loop construct for both loops.
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm
API so it has one paste_free() rather than free_top and free_name (everywhere that uses it already has the right pointer).
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott
2015-09-10Fix bad merge.Nicholas Marriott
2015-09-10Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-09-10osdep_event_init not event_init.Nicholas Marriott
2015-09-10Merge branch 'obsd-master'Thomas Adam
2015-09-10Add session_last_attached time and format, from Sina Siadat.nicm
2015-09-09Merge branch 'obsd-master'Thomas Adam
2015-09-09No need to keep global options around for client which doesn't use them.nicm
2015-09-06Fix includesThomas Adam
Let compat/ work out the includes; otherwise works on OpenBSD.
2015-09-06Merge branch 'obsd-master'Thomas Adam
Conflicts: cfg.c tmux.c
2015-09-04Change wait-for to work when the signal comes before the wait, also usenicm
some helper functions and add some logging.
2015-09-03A couple of style nits.nicm
2015-09-02Log pane which received input data.nicm