summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-15RIS should reset focus reporting, from Hayaki Saito.Nicholas Marriott
2013-05-07Don't limit width and height to 222 in standard mouse mode.Nicholas Marriott
2013-04-24.Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel.Nicholas Marriott
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-04-22Get session of -t window rather than client's window.Nicholas Marriott
2013-04-22Call recalculate_sizes() after killing window in case it is in a groupedNicholas Marriott
2013-04-22Use lockf which is more portable than flock, from Dagobert Michelsen.Nicholas Marriott
2013-04-21Don't let server_client_check_focus use a dead bufferevent, from RomainNicholas Marriott
2013-04-17(long long) and %lld for time_t outputTheo Deraadt
2013-04-17%zu format for size_t.Nicholas Marriott
2013-04-12Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott
2013-04-12Copy the client into the new cmdq in source-file so commands that workNicholas Marriott
2013-04-11Call setlocale(LC_TIME) at startup.Nicholas Marriott
2013-04-11Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app whichNicholas Marriott
2013-04-10Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.Nicholas Marriott
2013-04-10Fix bug where end guard in control mode was not printed after sessionNicholas Marriott
2013-04-10Missed -o from set-window-option, from Ben Boeckel.Nicholas Marriott
2013-04-10Remove some code not needed on OpenBSD.Nicholas Marriott
2013-03-28If -s to swap-pane is not given, use the current pane.Nicholas Marriott
2013-03-28Make copy-mode -u still scroll up if already in copy mode, handy forNicholas Marriott
2013-03-27Add TMUX_TMPDIR variable to put the socket directory outsideNicholas Marriott
2013-03-27Move the cursor back into the last column on CUU/CUD to match xtermNicholas Marriott
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-03-26Only accept partial keys if the timer has not expired, fixes infiniteNicholas Marriott
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Try to establish client for run-shell and if-shell if no -t.Nicholas Marriott
2013-03-25Revert the command-prefix change which breaks sequences of commands.Nicholas Marriott
2013-03-25Set pane resize flag when needed.Nicholas Marriott
2013-03-25Sort includes and fix spaces.Nicholas Marriott
2013-03-25b comes before t.Nicholas Marriott
2013-03-25Process ^[ as meta when a partial key is found.Nicholas Marriott
2013-03-25Add -P and -F to new-session.Nicholas Marriott
2013-03-25Create a new context when copying instead of using the inputNicholas Marriott
2013-03-25Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott
2013-03-25Handle empty pending output (not a failure) and add \n. From GeorgeNicholas Marriott
2013-03-25Handle no client better in display-message.Nicholas Marriott
2013-03-25When only two panes in a window, only draw half the separating line asNicholas Marriott
2013-03-25Only send end guard if begin was sent, from George Nachman.Nicholas Marriott
2013-03-25Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-25Don't zoom windows with one pane, from Romain Francoise.Nicholas Marriott
2013-03-25We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately whenNicholas Marriott
2013-03-25Use single stdout and stderr for control clients.Nicholas Marriott
2013-03-25Add time and a command count to control mode guards, based on code fromNicholas Marriott
2013-03-25Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott
2013-03-25Do not redraw panes if invisible.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott
2013-03-25Allow lastgc to be NULL in grid_string_cells so find-window doesn'tNicholas Marriott