summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-15Some header fixes.Nicholas Marriott
2015-10-15Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-10-15Fix available_fds when there is no AF_INET, reported by Mathieu Arnold.Nicholas Marriott
2015-10-11Merge branch 'obsd-master'Thomas Adam
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther
2015-10-07Merge branch 'obsd-master'Thomas Adam
2015-10-07Couple of memory leaks in error paths, from Frederik Vanderstraeten.nicm
2015-09-26Merge branch 'obsd-master'Thomas Adam
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itnicm
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theynicm
2015-09-25Merge branch 'obsd-master'Thomas Adam
2015-09-25Free the history when it is cleared, based on a diff from Carlo Cannas.nicm
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
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
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
2015-09-14When the active pane changes, redraw panes if the style hasnicm
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
2015-09-13Set woken flag when flushing so that the channel is freed, while herenicm
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm
2015-09-11Add --enable-coverage for gcov.Nicholas Marriott