| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Remove some Korean characters from the zero-width list that apparently | Nicholas Marriott | 2013-04-12 |
| | | | | | shouldn't be there, from Jeong Mok Cho. | ||
| * | Copy the client into the new cmdq in source-file so commands that work | Nicholas Marriott | 2013-04-12 |
| | | | | | | on it (such as new-session) can work. Fixes issue reported by oss-adv at users dot sf dot net. | ||
| * | Call setlocale(LC_TIME) at startup. | Nicholas Marriott | 2013-04-11 |
| | | |||
| * | Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which | Nicholas Marriott | 2013-04-11 |
| | | | | | | treats \033[>4;1m and \033[4;1m (bold+underline). Reported & tested by otto@. | ||
| * | Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. | Nicholas Marriott | 2013-04-10 |
| | | |||
| * | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott | 2013-04-10 |
| | | | | | destroyed, from George Nachman. | ||
| * | Missed -o from set-window-option, from Ben Boeckel. | Nicholas Marriott | 2013-04-10 |
| | | |||
| * | Remove some code not needed on OpenBSD. | Nicholas Marriott | 2013-04-10 |
| | | |||
| * | If -s to swap-pane is not given, use the current pane. | Nicholas Marriott | 2013-03-28 |
| | | |||
| * | Make copy-mode -u still scroll up if already in copy mode, handy for | Nicholas Marriott | 2013-03-28 |
| | | | | | people who bind it with -n. | ||
| * | Add TMUX_TMPDIR variable to put the socket directory outside | Nicholas Marriott | 2013-03-27 |
| | | | | | TMPDIR. From Ben Boeckel. | ||
| * | Move the cursor back into the last column on CUU/CUD to match xterm | Nicholas Marriott | 2013-03-27 |
| | | | | | behaviour. From George Nachman. | ||
| * | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott | 2013-03-27 |
| | | | | | few and unnecessary. | ||
| * | Only accept partial keys if the timer has not expired, fixes infinite | Nicholas Marriott | 2013-03-26 |
| | | | | | loop when Escape is pressed the wrong number of times. | ||
| * | Fix compiler warnings, missing #include. From Thomas Adam. | Nicholas Marriott | 2013-03-26 |
| | | |||
| * | Try to establish client for run-shell and if-shell if no -t. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Revert the command-prefix change which breaks sequences of commands. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Set pane resize flag when needed. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Sort includes and fix spaces. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | b comes before t. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Process ^[ as meta when a partial key is found. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add -P and -F to new-session. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Create a new context when copying instead of using the input | Nicholas Marriott | 2013-03-25 |
| | | | | | | context. The input context may not exist yet. Fixes crash when copying from config file errors. | ||
| * | Extend jobs to support writing and use that for copy-pipe instead of | Nicholas Marriott | 2013-03-25 |
| | | | | | popen, from Chris Johnsen. | ||
| * | Handle empty pending output (not a failure) and add \n. From George | Nicholas Marriott | 2013-03-25 |
| | | | | | Nachman. | ||
| * | Handle no client better in display-message. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | When only two panes in a window, only draw half the separating line as | Nicholas Marriott | 2013-03-25 |
| | | | | | active. | ||
| * | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Include prefix on ids, from George Nachman. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Don't zoom windows with one pane, from Romain Francoise. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when | Nicholas Marriott | 2013-03-25 |
| | | | | | becoming ready. | ||
| * | Use single stdout and stderr for control clients. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add time and a command count to control mode guards, based on code from | Nicholas Marriott | 2013-03-25 |
| | | | | | George Nachman. | ||
| * | Fix handling of short (< 4 character) checksums and a bug with parsing | Nicholas Marriott | 2013-03-25 |
| | | | | | old-style custom layouts. Based on fix from Chris Johnsen. | ||
| * | Do not redraw panes if invisible. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott | 2013-03-25 |
| | | | | | to use it, extended from a diff from George Nachman. | ||
| * | Add wait-for -L and -U for lock and unlock, from Thiago Padilha. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add a wait-for command which blocks a client on a named channel until it | Nicholas Marriott | 2013-03-25 |
| | | | | | is woken up again (with wait-for -S). From Thiago Padilha. | ||
| * | Allow lastgc to be NULL in grid_string_cells so find-window doesn't | Nicholas Marriott | 2013-03-25 |
| | | | | | crash, problem reported by eugene everson. | ||
| * | Do not leak command in formats, from Romain Francoise. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add some additional debug logging. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Continue the parent cmdq after sourcing a file. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | tty.path can be NULL, don't dereference it. From George Nachman. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Remove some unused/unnecessary control notifications, from George Nachman. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add -q flags to shut up errors to capture-pane and show-options, from | Nicholas Marriott | 2013-03-25 |
| | | | | | George Nachman. | ||
| * | Send DSC 1000p at the beginning of a -CC client's lifetime and ST and | Nicholas Marriott | 2013-03-25 |
| | | | | | the end, from George Nachman. | ||
| * | Remove previous. | Nicholas Marriott | 2013-03-25 |
| | | |||
| * | Add -A flag to new-session to make it behave like attach-session if the | Nicholas Marriott | 2013-03-24 |
| | | | | | session exists. If -A is used, -D behaves like -d to attach-session. | ||
| * | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott | 2013-03-24 |
| | | | | | | | | | | | | | | | window or unzoom (restored to the normal layout) if it already zoomed, bound to C-b z by default. The pane is unzoomed on pretty much any excuse whatsoever. We considered making this a new layout but the requirements are quite different from layouts so decided it is better as a special case. Each current layout cell is saved, a temporary one-cell layout generated and all except the active pane set to NULL. Prompted by suggestions and scripts from several. Thanks to Aaron Jensen and Thiago Padilha for testing an earlier version. | ||