- 3ea8934 TODO changes. by Nicholas Marriott · 12 years ago
- 4b0ed56 Tidy up and trim down TODO file. by Nicholas Marriott · 12 years ago
- dc2af83 New code doesn't build on old versions of OS X so only support 10.7 and by Nicholas Marriott · 12 years ago
- 64ea882 Add define for timersub to compat.h. by Nicholas Marriott · 12 years ago
- 629cfec Trivial typo fixes in changes. by Nicholas Marriott · 12 years ago
- 5fe0576 Working on 1.9 by Thomas Adam · 12 years ago
- 1b083aa Update CHANGES and configure.ac for 1.8 release. by Thomas Adam · 12 years ago 1.8
- 399a15b Merge branch 'obsd-master' by Thomas · 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
- 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
- be390c1 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 2fd0cb7 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 5f5d413 Remove compat/vis.h from cmd-save-buffer. by Thomas Adam · 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
- 777edd0 Add to TODO. by Nicholas Marriott · 12 years ago
- 855d6fe Add to TODO. by Nicholas Marriott · 12 years ago
- b625ad6 Use -std=gnu99 not c99 with GCC. by Nicholas Marriott · 12 years ago
- 97b5df3 Portability fix-ups by Thomas Adam · 12 years ago
- 7a87c7e Fixup Makefile by Thomas Adam · 12 years ago
- f90eb43 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- a09d8e8 Use -std=gnu99 not c99 with GCC. by Nicholas Marriott · 12 years ago
- b5fda7a Spacing, warning nits. 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
- e97e0d7 Man page fixes. 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
- c7d1849 Process ^[ as meta when a partial key is found. by Nicholas Marriott · 12 years ago
- 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
- 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
- eaaeb28 Add session_set_current helper function, extracted from a diff from by Nicholas Marriott · 12 years ago
- 295d869 Add -C and -J to capture pane to escape control sequences and to join by Nicholas Marriott · 12 years ago
- c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
- 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- d644e51 Fix so capture-pane/save-buffer can work in control clients, from George by Nicholas Marriott · 12 years ago
- 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
- 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
- 8a6fbfa Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
- a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
- 0ff9275 load_cfg can actually use the same context now they are reference counted. by Nicholas Marriott · 12 years ago
- d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
- 0ccd84d Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. It by Nicholas Marriott · 12 years ago
- 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
- 8c545bb Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
- f198365 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
- 79f5fe6 Use tty_raw on stop, not tty_puts. by Nicholas Marriott · 12 years ago
- 2f5fa4e Don't hang when clearing line in choose mode now that the cursor stays by Nicholas Marriott · 12 years ago
- db66d85 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
- f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
- ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
- 22a2949 Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger. by Nicholas Marriott · 12 years ago
- 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
- ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
- 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- 306a3b8 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence by Nicholas Marriott · 12 years ago
- 041a911 Create a new context when copying instead of using the input context. The input by Nicholas Marriott · 12 years ago
- 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
- c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
- 49ac5b5 Do not include status line in size calculations in control mode. by Nicholas Marriott · 12 years ago