summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-21Rename a variable.nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Clear shared state if not filling it in.nicm
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,nicm
2017-04-21Key needs to be initialized to zero now it has flags in it.nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Style nits and an unused struct.nicm
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21It is annoying that the copy mode key table (or any other key table)nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21More unnecessary arguments now winlink points back to session.nicm
2017-04-21History needs to be loaded after config parsing is done - now thatnicm
2017-04-21Store state shared between multiple commands in the queue in a sharednicm
2017-04-21Do not run the config file in the context of the first client, insteadnicm
2017-04-21Fix after mergeThomas Adam
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Typo; Daniel Hahler.Nicholas Marriott
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-20Use fdforkpty() instead of our own unwrapped versions.nicm
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