summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-20Do not need getopt.h for getopt, from Eric N Vander Weele.Nicholas Marriott
2017-04-20Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2017-04-20getptmfd() and fdforkpty() compat.Nicholas Marriott
2017-04-20Merge branch 'obsd-master'Thomas Adam
2017-04-20Only set up a current target for mouse key bindings. Fixes:nicm
2017-04-20Notes on target resolution.Nicholas Marriott
2017-04-20Turn on debug if $VERSION is master rather than commenting and uncommenting.Nicholas Marriott
2017-04-20Merge branch 'obsd-master'Thomas Adam
2017-04-20Merge tag '2.4'Nicholas Marriott
2017-04-20Enter date of release.2.4Nicholas Marriott
2017-04-20Missing :.Nicholas Marriott
2017-04-20Changes to CHANGES.Nicholas Marriott
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.nicm
2017-04-20Update CHANGES fileThomas Adam
2017-04-20There is no real need for window_printable_flags to allocate, make itnicm
2017-04-20Update TODO.Nicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-04-20Add to TODO.Nicholas Marriott
2017-04-19load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.nicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-19load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.nicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-19Add a suspend helper function, and do not allow detaching or suspendingnicm
2017-04-19Version 2.4.Nicholas Marriott
2017-04-19Missed freezero.Nicholas Marriott
2017-04-19Style nits and a missing cast.nicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-19Missed freezero.Nicholas Marriott
2017-04-19When the data we have buffered to write to a terminal grows beyond anicm
2017-04-19Merge branch 'obsd-master'Thomas Adam
2017-04-18Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught,nicm
2017-04-18On terminals without DECSLRM, when a pane that is less than the fullnicm
2017-04-18Merge branch 'obsd-master'Thomas Adam
2017-04-18Detect iTerm2 and use DECSLRM for it as well.nicm
2017-04-18Merge branch 'obsd-master'Thomas Adam
2017-04-18Add a format for number of bytes writtent to client, useful for debugging.nicm
2017-04-18Do not check for BCE for a background colour that isn't needed, usenicm
2017-04-18Merge branch 'obsd-master'Thomas Adam
2017-04-18Include client name in key logging.nicm
2017-04-17Merge branch 'obsd-master'Thomas Adam
2017-04-17Don't bother moving the cursor for empty lines.nicm
2017-04-17Remove a couple of redraw flags that no longer have any effect.nicm
2017-04-16Merge branch 'obsd-master'Thomas Adam
2017-04-16Memory leak, from David CARLIER.nicm
2017-04-16Use EL1 to clear lines when redrawing the leftmost pane, rather thannicm
2017-04-12Accept NULL pointer.Nicholas Marriott
2017-04-11Update imsg*.c from OpenBSD.Nicholas Marriott
2017-04-06Merge branch 'obsd-master'Thomas Adam
2017-04-05Add Home and End for copy mode.nicm
2017-04-05Try again to resolve problems with mistaking sessions for windows: nownicm