- 47a4a99 Allow the file descriptor received from the client to be -1. by nicm · 11 years ago
- d75dd2a Add formats for window flags. by nicm · 11 years ago
- 6e66570 Missing space in refresh-client synopsis. by nicm · 11 years ago
- d3830e6 Grouped sessions were being leaked on destroy, correctly free them. by nicm · 11 years ago
- 0538676 Make recalculate_sizes() handle an empty window with no active by nicm · 11 years ago
- 4c9f41f Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can by nicm · 11 years ago
- 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
- 9f33089 Fix previous not to leak fd on failure, whoops. by nicm · 11 years ago
- 3d8a8ea Use open(".")/fchdir() to save and restore current directory rather than by nicm · 11 years ago
- 304ea07 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ by schwarze · 11 years ago
- a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
- f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
- a96a8a1 Clarify error messages when setting options, from Thomas Adam. by Nicholas Marriott · 11 years ago
- 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
- 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
- f884fff Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. by Nicholas Marriott · 11 years ago
- 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
- a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
- 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
- d6debc2 revert r1.156 "Add support for focus notifications when tmux pane changes" by Stuart Henderson · 11 years ago
- ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
- 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
- c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
- c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
- 9fb9f78 Use u_char for the send-keys string to avoid mangling top-bit-set by Nicholas Marriott · 11 years ago
- a0cf65d Instead of eating 1024 bytes or so for the arguments of each command, by Nicholas Marriott · 11 years ago
- 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 12 years ago
- 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
- 772d61f RIS should reset focus reporting, from Hayaki Saito. by Nicholas Marriott · 12 years ago
- 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 12 years ago
- 2555ac5 .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. by Nicholas Marriott · 12 years ago
- e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
- 3d2b7d5 When using choose-tree -u, start with the current window by Nicholas Marriott · 12 years ago
- 04f54ab Get session of -t window rather than client's window. by Nicholas Marriott · 12 years ago
- 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 12 years ago
- d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
- 5dda1ab Don't let server_client_check_focus use a dead bufferevent, from Romain by Nicholas Marriott · 12 years ago
- 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
- 88428cf %zu format for size_t. by Nicholas Marriott · 12 years ago
- 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
- caa8290 Copy the client into the new cmdq in source-file so commands that work by Nicholas Marriott · 12 years ago
- 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
- cbee283 Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which by Nicholas Marriott · 12 years ago
- 9fcda95 Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. by Nicholas Marriott · 12 years ago
- 7ada64d Fix bug where end guard in control mode was not printed after session by Nicholas Marriott · 12 years ago
- 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
- 69c8637 Remove some code not needed on OpenBSD. by Nicholas Marriott · 12 years ago
- 738e789 If -s to swap-pane is not given, use the current pane. by Nicholas Marriott · 12 years ago
- 66afcf5 Make copy-mode -u still scroll up if already in copy mode, handy for by Nicholas Marriott · 12 years ago
- 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
- 5e4d9a3 Move the cursor back into the last column on CUU/CUD to match xterm by Nicholas Marriott · 12 years ago
- 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
- dfac36b Only accept partial keys if the timer has not expired, fixes infinite by Nicholas Marriott · 12 years ago
- 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 972da2d Try to establish client for run-shell and if-shell if no -t. by Nicholas Marriott · 12 years ago
- e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
- 58bb6f8 Set pane resize flag when needed. by Nicholas Marriott · 12 years ago
- 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
- 4119c47 b comes before t. by Nicholas Marriott · 12 years ago
- e229501 Process ^[ as meta when a partial key is found. by Nicholas Marriott · 12 years ago
- 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
- 599dd2a Create a new context when copying instead of using the input by Nicholas Marriott · 12 years ago
- d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
- 270d90c Handle empty pending output (not a failure) and add \n. From George Nachman. by Nicholas Marriott · 12 years ago
- 0c969a7 Handle no client better in display-message. by Nicholas Marriott · 12 years ago
- 111d993 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
- 0ef24f9 Only send end guard if begin was sent, from George Nachman. by Nicholas Marriott · 12 years ago
- 87fe1c0 Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
- 114d822 Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
- 88b92df We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when by Nicholas Marriott · 12 years ago
- e4c0730 Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
- 8a40e10 Add time and a command count to control mode guards, based on code from by Nicholas Marriott · 12 years ago
- e0961df Fix handling of short (< 4 character) checksums and a bug with parsing by Nicholas Marriott · 12 years ago
- 446fb0c Do not redraw panes if invisible. by Nicholas Marriott · 12 years ago
- 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
- 748acdc Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
- 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
- 304336a Allow lastgc to be NULL in grid_string_cells so find-window doesn't by Nicholas Marriott · 12 years ago
- 35452b3 Do not leak command in formats, from Romain Francoise. by Nicholas Marriott · 12 years ago
- ebd9c61 Add some additional debug logging. by Nicholas Marriott · 12 years ago
- e9cef8b Continue the parent cmdq after sourcing a file. by Nicholas Marriott · 12 years ago
- e85f764 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
- e2e8565 tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
- 2c14a77 Remove some unused/unnecessary control notifications, from George Nachman. by Nicholas Marriott · 12 years ago
- d39b1a8 Add -q flags to shut up errors to capture-pane and show-options, from by Nicholas Marriott · 12 years ago
- 62db3c8 Send DSC 1000p at the beginning of a -CC client's lifetime and ST and by Nicholas Marriott · 12 years ago
- efa0664 Remove previous. by Nicholas Marriott · 12 years ago
- 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
- c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
- a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
- 86adcd4 Add pane_tabs format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
- a60687f Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
- bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
- 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
- 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
- 1ec4354 Add support for focus notifications when tmux pane changes, based on by Nicholas Marriott · 12 years ago
- ac1fe83 Couple of fixes pointed out by jmc. by Nicholas Marriott · 12 years ago
- 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago