- 3ab229d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 2cecabd Fix gseq use in RGB colour script. by Nicholas Marriott · 6 years ago
- c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
- 5489796 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 85f09f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 293fd0d Update CHANGES and TODO. by Nicholas Marriott · 6 years ago
- dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
- f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 6 years ago
- 6644d20 Unbreak main-vertical and main-horizontal layouts. by nicm · 6 years ago
- 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 2d65bbd options_array_item_value cannot return NULL. by nicm · 6 years ago
- a609e63 Need a fallback for -2 for aixterm colours. by nicm · 6 years ago
- 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
- f2c0605 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 1677bb0 Need to escape ]. by nicm · 6 years ago
- dddc544 Update CHANGES. by Nicholas Marriott · 6 years ago
- 643eecd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 6 years ago
- a2e08b5 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- cb75ec2 2.9 now. by Nicholas Marriott · 6 years ago 2.9
- 7d06216 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
- 4ab208e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 6aa0bed Use bg not fg when adjusting for aixterm, from Ailin Nemui. by nicm · 6 years ago
- c6e3997 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
- c869366 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- b9022e3 Somehow missed these bits in last commit. by nicm · 6 years ago
- 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
- b0d7623 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 4a96f59 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
- 6752f41 Do not try to resize if the parent cell is NULL, problem reported by by nicm · 6 years ago
- 51c09bf Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- d24a442 Update CHANGES for 2.9. by Nicholas Marriott · 6 years ago
- 8d752f5 Update CHANGES. by Nicholas Marriott · 6 years ago
- e7827f8 Remove duplicate entry. by Nicholas Marriott · 6 years ago
- f980e86 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3c1f0cf Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 5b9211d Copy the code to infer the option type to show-options and document it. by nicm · 6 years ago
- 3f18994 Pass target client and session to load_cfg from source-file so formats by nicm · 6 years ago
- f3ab05e Update session activity on focus event, from tafryn at gmail dot com. by nicm · 6 years ago
- 2219f7c mark up punctuation-as-macro-args properly; by jmc · 6 years ago
- 1fd3b9e Fix minimum size check on split and size of first cell on spread out by nicm · 6 years ago
- da31edd Rewrite main-vertical and horizontal to use the common spread out code by nicm · 6 years ago
- c660e46 Set the window size as well as the layout size when using the preset layouts. by nicm · 6 years ago
- e3b1358 Do not let the size of the pane status screen go negative. by nicm · 6 years ago
- 5943cd1 Document that switch-client can change all of session,window,pane and by nicm · 6 years ago
- 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
- 82bc2c8 Add to TODO. by Nicholas Marriott · 6 years ago
- cd4c94f Current window style also needs to be tested for default. by nicm · 6 years ago
- bba1809 Merge a number of fixes from master for layouts, mostly prompted by testing by by Nicholas Marriott · 6 years ago
- e6ee3e9 Warning fixes from Carlo Marcelo Arenas Belón. by Nicholas Marriott · 6 years ago
- 1c1ec84 Fix minimum size check on split and size of first cell on spread out with a by Nicholas Marriott · 6 years ago
- f3fcf97 Use the right winlink pointer in new-window. by Nicholas Marriott · 6 years ago
- 4a3ac3b Remove unused variable. by Nicholas Marriott · 6 years ago
- 3c5d3a3 Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón. by Nicholas Marriott · 6 years ago
- fe44f90 Do not let the size of the pane status screen go negative. by Nicholas Marriott · 6 years ago
- 031e9bc Rewrite main-vertical and horizontal to use the common spread out code and to by Nicholas Marriott · 6 years ago
- 0cbccc9 Set the window size as well as the layout size when using the preset layouts by Nicholas Marriott · 6 years ago
- 71d90c1 Solaris has no paths.h. by Nicholas Marriott · 6 years ago
- 2546572 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 835ccba select-word was missing from the command list, from pawel-slowik. by nicm · 6 years ago
- b5b67c5 Document that switch-client can change all of session,window,pane and check for by Nicholas Marriott · 6 years ago
- fbe488e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- bb629f3 Current window style also needs to be tested for default. by nicm · 6 years ago
- 883a428 Linux: remove include for util.h by Thomas Adam · 6 years ago
- e44e2c4 Do not log NULL command. by Nicholas Marriott · 6 years ago
- ece7372 Forgot to add the file. by Nicholas Marriott · 6 years ago
- 5ece386 Break new window and pane creation common code from various commands and by Nicholas Marriott · 6 years ago
- 7653328 Remove from TODO one thing that I don't think is necessary and one that is done. by Nicholas Marriott · 6 years ago
- fc111d2 Fix a duplicate entry in CHANGES and remove an item from TODO. by Nicholas Marriott · 6 years ago
- 04402db Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 1b5a8a0 Fix some warnings, from Thomas Adam. by nicm · 6 years ago
- e33b623 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- 73b54a0 Fix size check for splitw -f and top level pane size for tiled layout, by nicm · 6 years ago
- 5a97af7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f4aefb7 Fix size check for splitw -f and top level pane size for tiled layout, by nicm · 6 years ago
- 481c3f3 screen_write_fast_copy can no longer assume the target screen is default by nicm · 6 years ago
- cb039b9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f6c54f3 Do not load /etc/tmux.conf if given -f. by nicm · 6 years ago
- 06d58b3 screen_write_fast_copy can no longer assume the target screen is default by nicm · 6 years ago
- 8968acd Silence flag should use the same option as activity, reported by Thomas Sattler. by nicm · 6 years ago
- c9ef144 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 09f71ed Silence flag should use the same option as activity, reported by Thomas Sattler. by nicm · 6 years ago
- f0ddc30 Add CHANGES. by Nicholas Marriott · 6 years ago
- 916c4c4 Version RC2. by Nicholas Marriott · 6 years ago
- fac792d Update regress from master. by Nicholas Marriott · 6 years ago
- bbcfee3 Store and restore cursor across reflow by working out a position based by nicm · 6 years ago
- bfc1f0c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
- f03776c Don't use a config file in tests. by Nicholas Marriott · 6 years ago
- ffa4d48 Store and restore cursor across reflow by working out a position based by nicm · 6 years ago
- 79c3fd4 Add cursor regression tests. by Nicholas Marriott · 6 years ago
- 6d071c4 Restore a check to stop scrolled lines becoming larger than total lines, by nicm · 6 years ago
- 294acce Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 792fcb1 Restore a check to stop scrolled lines becoming larger than total lines, by nicm · 6 years ago
- da35926 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- 92da105 Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
- ecc5cea Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- d68a17a Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
- 52cb7a6 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago