summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-20Enter date of release.2.4Nicholas Marriott
2017-04-20Missing :.Nicholas Marriott
2017-04-20Changes to CHANGES.Nicholas Marriott
2017-04-20Update CHANGES fileThomas Adam
2017-04-19load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.nicm
2017-04-19Version 2.4.Nicholas Marriott
2017-04-19Missed freezero.Nicholas Marriott
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
2017-04-05Give each client a name. This defaults to the tty name as before butnicm
2017-04-05cfg_file can be static.nicm
2017-03-25Merge branch 'obsd-master'Thomas Adam
2017-03-24Write raw strings in one go rather than character at a time.nicm
2017-03-24Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2017-03-24Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove someNicholas Marriott
2017-03-24Merge branch 'obsd-master'Thomas Adam
2017-03-24Show count of search results in copy mode.nicm
2017-03-22Remove coverage and profile flags.Nicholas Marriott
2017-03-22Tweak some comments.Nicholas Marriott
2017-03-22Can shorten these by using LIBOBJ.Nicholas Marriott
2017-03-22Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2017-03-22Bump automake and autoconf versions.Nicholas Marriott
2017-03-22Merge branch 'obsd-master'Thomas Adam
2017-03-22DEFS -> AM_CPPFLAGS.Nicholas Marriott
2017-03-22Should not need -D_POSIX_PTHREAD_SEMANTICS.Nicholas Marriott
2017-03-22Use AC_USE_SYSTEM_EXTENSIONS and explicitly check for daemon() in headers.Nicholas Marriott
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxnicm
2017-03-21Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2017-03-21Add to TODO.Nicholas Marriott
2017-03-21Merge branch 'obsd-master'Thomas Adam
2017-03-21Do not test for term.h since we don't use the result.Nicholas Marriott
2017-03-21Use uid_t for UID not u_int.nicm
2017-03-21Some __unused.Nicholas Marriott
2017-03-21Bad merge.Nicholas Marriott
2017-03-21Merge branch 'obsd-master'Thomas Adam
2017-03-21Fix movement after select-line, from Omar Sandoval.nicm