summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-10Merge branch 'obsd-master'Thomas Adam
2016-10-10Some more static.nicm
2016-10-09Merge branch 'obsd-master'Thomas Adam
2016-10-09Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifnicm
2016-10-09Merge branch 'obsd-master'Thomas Adam
2016-10-09Pass file/line to new command for if-shell so that errors appearnicm
2016-10-09Handle NULL window or session for user options.nicm
2016-10-09Use xsnprintf not snprintf for the prompt in window_copy_write_linenicm
2016-10-06Merge branch 'obsd-master'Thomas Adam
2016-10-05screen_write_copy tried to be clever and clear the line if it reachednicm
2016-10-05Merge branch 'obsd-master'Thomas Adam
2016-10-05Wrap some long lines in screen-write.c.nicm
2016-10-05Keep buffer creation time and add accessors for it and the order number.nicm
2016-10-05Allow cmd_mouse_at return arguments to be NULL.nicm
2016-10-04Merge branch 'obsd-master'Thomas Adam
2016-10-04Merge branch 'obsd-master'Thomas Adam
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localnicm
2016-10-03Merge branch 'obsd-master'Thomas Adam
2016-10-03Document set-hook -u.nicm
2016-10-03Remove some redundant checks and make ich/dch consistent.nicm
2016-09-30Fix typosThomas Adam
2016-09-29Start working on 2.4Thomas Adam
2016-09-29Release tmux 2.32.3Thomas Adam
2016-09-29Merge branch 'obsd-master'Thomas Adam
2016-09-29Check padding when writing any character with width > 1, in case theynicm
2016-09-28Merge branch 'obsd-master'Thomas Adam
2016-09-28Couple of vasprintf -> xvasprintf.nicm
2016-09-28Merge branch 'obsd-master'Thomas Adam
2016-09-28Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withnicm
2016-09-26Merge branch 'obsd-master'Thomas Adam
2016-09-26Support set -a (append) with user options, suggested by Xandor Schiefer.nicm
2016-09-16Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2016-09-16Merge branch 'obsd-master'Thomas Adam
2016-09-16Swap watermarks from high (4096) to low (128) when we get full buffersnicm
2016-09-15Do not use utf8proc by default.Nicholas Marriott
2016-09-12Merge branch 'obsd-master'Thomas Adam
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-09-12Apple have changed their API again, from Gregory Pakosz.Nicholas Marriott
2016-09-08Use ncurses OR curses, don't mix header and library. Tested by Rob Paisley.Nicholas Marriott
2016-09-08Solaris build fixes from Rob Paisley.Nicholas Marriott
2016-09-04Merge branch 'obsd-master'Thomas Adam
2016-09-04Add support for performing a full width split (with splitw -f), rathernicm
2016-09-03Merge branch 'obsd-master'Thomas Adam
2016-09-02Check for headers for ncurses and libevent as well as libraries.Nicholas Marriott
2016-09-02Remember the number of lines scrolled into the history (versus clearednicm
2016-09-01Add support for using utf8proc with --enable-utf8proc, useful for platformsNicholas Marriott
2016-08-28Merge branch 'obsd-master'Thomas Adam
2016-08-27Kill empty window after moving pane and updating current window, so thatnicm
2016-08-25Merge branch 'obsd-master'Thomas Adam
2016-08-25Do not crash if display-message used without a client, issue reported bynicm