Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite main-vertical and horizontal to use the common spread out code and to | Nicholas Marriott | 2019-04-09 |
| | | | | handle the case where the panes won't fit into the existing window size. | ||
* | Set the window size as well as the layout size when using the preset layouts | Nicholas Marriott | 2019-04-09 |
| | | | | and calculate the sizes correctly. | ||
* | Solaris has no paths.h. | Nicholas Marriott | 2019-04-09 |
| | |||
* | Merge branch 'obsd-master' | Thomas Adam | 2019-04-08 |
|\ | |||
| * | select-word was missing from the command list, from pawel-slowik. | nicm | 2019-04-08 |
| | | |||
* | | Document that switch-client can change all of session,window,pane and check for | Nicholas Marriott | 2019-04-08 |
| | | | | | | | | % in the target as well as ":.". | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-07 |
|\| | |||
| * | Current window style also needs to be tested for default. | nicm | 2019-04-07 |
| | | |||
* | | Linux: remove include for util.h | Thomas Adam | 2019-04-07 |
| | | | | | | | | Linux doesn't require this header. | ||
* | | Do not log NULL command. | Nicholas Marriott | 2019-04-07 |
| | | |||
* | | Forgot to add the file. | Nicholas Marriott | 2019-04-07 |
| | | |||
* | | Break new window and pane creation common code from various commands and | Nicholas Marriott | 2019-04-07 |
| | | | | | | | | window.c into a separate file spawn.c. | ||
* | | Remove from TODO one thing that I don't think is necessary and one that is | Nicholas Marriott | 2019-04-07 |
| | | | | | | | | done. | ||
* | | Fix a duplicate entry in CHANGES and remove an item from TODO. | Nicholas Marriott | 2019-04-07 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-05 |
|\| | |||
| * | Fix some warnings, from Thomas Adam. | nicm | 2019-04-05 |
| | | |||
* | | Merge branch '2.9-rc' | Nicholas Marriott | 2019-04-04 |
|\ \ | |||
| * | | Fix size check for splitw -f and top level pane size for tiled layout, | nicm | 2019-04-04 |
| | | | | | | | | | | | | problems reported by Thomas Sattler. | ||
| * | | screen_write_fast_copy can no longer assume the target screen is default | nicm | 2019-04-03 |
| | | | | | | | | | | | | (it isn't for the pane status lines). | ||
| * | | Silence flag should use the same option as activity, reported by Thomas | nicm | 2019-04-02 |
| | | | | | | | | | | | | Sattler. | ||
| * | | Version RC2. | Nicholas Marriott | 2019-04-02 |
| | | | |||
| * | | Update regress from master. | Nicholas Marriott | 2019-04-02 |
| | | | |||
| * | | Store and restore cursor across reflow by working out a position based | nicm | 2019-04-02 |
| | | | | | | | | | | | | | | | on unwrapped lines, rather than a grid offset. Fixes problems reported by Thomas Sattler and Paul de Weerd. | ||
| * | | Restore a check to stop scrolled lines becoming larger than total lines, | nicm | 2019-04-02 |
| | | | | | | | | | | | | fixes a crash reported by Thomas Sattler. | ||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-04 |
|\ \ \ | | |/ | |/| | |||
| * | | Fix size check for splitw -f and top level pane size for tiled layout, | nicm | 2019-04-04 |
| | | | | | | | | | | | | problems reported by Thomas Sattler. | ||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-03 |
|\| | | |||
| * | | Do not load /etc/tmux.conf if given -f. | nicm | 2019-04-03 |
| | | | |||
| * | | screen_write_fast_copy can no longer assume the target screen is default | nicm | 2019-04-03 |
| | | | | | | | | | | | | (it isn't for the pane status lines). | ||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-02 |
|\| | | |||
| * | | Silence flag should use the same option as activity, reported by Thomas | nicm | 2019-04-02 |
| | | | | | | | | | | | | Sattler. | ||
* | | | Add CHANGES. | Nicholas Marriott | 2019-04-02 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-02 |
|\| | | |||
| * | | Add an argument to copy commands to set the prefix for the buffer name, | nicm | 2019-04-02 |
| | | | | | | | | | | | | allows buffers for different sessions to be named separately. | ||
| * | | Store and restore cursor across reflow by working out a position based | nicm | 2019-04-02 |
| | | | | | | | | | | | | | | | on unwrapped lines, rather than a grid offset. Fixes problems reported by Thomas Sattler and Paul de Weerd. | ||
* | | | Don't use a config file in tests. | Nicholas Marriott | 2019-04-02 |
| | | | |||
* | | | Add cursor regression tests. | Nicholas Marriott | 2019-04-02 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-01 |
|\| | | |||
| * | | Restore a check to stop scrolled lines becoming larger than total lines, | nicm | 2019-04-01 |
| | | | | | | | | | | | | fixes a crash reported by Thomas Sattler. | ||
* | | | Merge branch '2.9-rc' | Nicholas Marriott | 2019-03-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Free old strings after they have been expanded in format_choose. | nicm | 2019-03-29 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Free old strings after they have been expanded in format_choose. | nicm | 2019-03-29 |
| | | | |||
* | | | Merge branch '2.9-rc' | Nicholas Marriott | 2019-03-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Fix offset of list ranges. | nicm | 2019-03-29 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Fix offset of list ranges. | nicm | 2019-03-28 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-28 |
|\| | | |||
| * | | Expand session and window formats for buffer filters. | nicm | 2019-03-28 |
| | | | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-27 |
|\| | |