Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Change source-file to use new file code which allows it to read from | nicm | 2019-12-12 | |
| | | | | | | | | stdin. | |||
| * | Do not check if client is dead if it is NULL. | nicm | 2019-12-12 | |
| | | ||||
| * | Rewrite the code for reading and writing files. Now, if the client is | nicm | 2019-12-12 | |
| | | | | | | | | | | | | | | | | | | not attached, the server process asks it to open the file, similar to how works for stdin, stdout, stderr. This makes special files like /dev/fd/X work (used by some shells). stdin, stdout and stderr and control mode are now just special cases of the same mechanism. This will also make it easier to use for other commands that read files such as source-file. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-11 | |
|\| | ||||
| * | Tweak previous to check the wrapped flag and stop if not set. | nicm | 2019-12-11 | |
| | | ||||
| * | Allow search across wrapped lines and fix some inconsistencies in how th | nicm | 2019-12-11 | |
| | | | | | | | | position is represented, GitHub issue 2014 from Anindya Mukherjee. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-11 | |
|\| | ||||
| * | Do not set cursor colour to default unless it has been changed, GitHub | nicm | 2019-12-11 | |
| | | | | | | | | issue 2013. | |||
* | | Add to CHANGES. | Nicholas Marriott | 2019-12-10 | |
| | | ||||
* | | Add ~/.config/tmux/tmux.conf to the default search path for configuration files | Nicholas Marriott | 2019-12-10 | |
| | | | | | | | | (in Makefile.am, so portable tmux only). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-10 | |
|\| | ||||
| * | Make TMUX_CONF a list of files and expand leading $FOO or ~. | nicm | 2019-12-10 | |
| | | ||||
* | | Check each _PATH_* define individually (Solaris has paths.h but not all of the | Nicholas Marriott | 2019-12-03 | |
| | | | | | | | | defines). From Eric N Vander Weele. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-03 | |
|\| | ||||
| * | Style nits in function arguments. | nicm | 2019-12-03 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-02 | |
|\| | ||||
| * | Remove client menu, I don't think it adds anything. | nicm | 2019-12-02 | |
| | | ||||
* | | Fix keys in CHANGES. | Nicholas Marriott | 2019-12-01 | |
| | | ||||
* | | Merge branch '3.0a-rc' | Nicholas Marriott | 2019-12-01 | |
|\ \ | ||||
| * | | Add to CHANGES. | Nicholas Marriott | 2019-12-01 | |
| | | | ||||
| * | | REG_STARTEND is not portable, but it turns out we don't actually need | nicm | 2019-12-01 | |
| | | | | | | | | | | | | it. From Evan Green, GitHub issue 1982. | |||
| * | | Add to CHANGES. | Nicholas Marriott | 2019-12-01 | |
| | | | ||||
| * | | Fix respawn-pane/window if default-command is set, reported by Janos Barbero. | nicm | 2019-11-29 | |
| | | | ||||
| * | | Do not crash when a format doesn't exist, reported by Thomas Sattler. | nicm | 2019-11-28 | |
| | | | ||||
| * | | Missing after-kill-pane option. | nicm | 2019-11-28 | |
| | | | ||||
| * | | Merge branch '3.0-rc' into 3.0a-rc | Nicholas Marriott | 2019-11-27 | |
| |\ \ | ||||
| | * | | 3.0a. | Nicholas Marriott | 2019-11-27 | |
| | | | | ||||
| * | | | Use a malloc'd buffer for lsk since commands can be very long, from Gregory ↵ | Nicholas Marriott | 2019-11-27 | |
| | | | | | | | | | | | | | | | | Pakosz. | |||
| * | | | Do not lazily use BUFSIZ for "I don't care what size" when building | nicm | 2019-11-27 | |
| | | | | | | | | | | | | | | | | | | | | strings because it is only guaranteed to be 256 bytes and even the default 1024 is not always enough. Reported by Gregory Pakosz. | |||
| * | | | Do not crash trying to fix layout size if only one cell, from Azat Khuzhin. | nicm | 2019-11-27 | |
| |/ / | ||||
| * | | 3.0 version. | Nicholas Marriott | 2019-11-26 | |
| | | | ||||
| * | | Some old tmux versions can sometimes generate layout strings which have | nicm | 2019-11-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the incorrect size for the top cell. Previously tmux didn't care but now that panes can be partly hidden, the size matters and is checked more strictly. So add some code to fix up the most common problem and a sanity check to reject layouts with any other size problems. Reported by Aleksandrs Ledovskis in GitHub issue 1930. | |||
| * | | Do not set uninitialized signal mask when creating an empty pane. | nicm | 2019-09-25 | |
| | | | ||||
| * | | Up and Down are already used, use < and > instead. | nicm | 2019-09-25 | |
| | | | ||||
| * | | Change menu key bindings to Up and Down and also close it on any mouse | nicm | 2019-09-25 | |
| | | | | | | | | | | | | press if opened by key. | |||
| * | | Mouse formats don't work in copy mode so don't try to use them. | nicm | 2019-09-25 | |
| | | | ||||
| * | | Make select-pane -P set window-active-style also to match previous | nicm | 2019-09-24 | |
| | | | | | | | | | | | | behaviour, reported by Thomas Sattler. | |||
| * | | 3.0-rc5. | Nicholas Marriott | 2019-09-16 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-29 | |
|\ \ \ | | |/ | |/| | ||||
| * | | If a window appears in only one attached session, there is no point in | nicm | 2019-11-29 | |
| | | | | | | | | | | | | worrying about which is the latest client (there is only one). | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 | |
|\| | | ||||
| * | | Do not crash when a format doesn't exist, reported by Thomas Sattler. | nicm | 2019-11-28 | |
| | | | ||||
* | | | Revert "add missing definition" | Nicholas Marriott | 2019-11-28 | |
| | | | | | | | | | | | | This reverts commit 743939ec84f4652f1d3288e70a4c1aca327a0e07. | |||
* | | | add missing definition | Thomas Adam | 2019-11-28 | |
| | | | ||||
* | | | Fix bad merge. | Nicholas Marriott | 2019-11-28 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 | |
|\| | | ||||
| * | | Missing after-kill-pane option. | nicm | 2019-11-28 | |
| | | | ||||
| * | | Parse out DA features. | nicm | 2019-11-28 | |
| | | | ||||
| * | | Long lines and spacing fixes. | nicm | 2019-11-28 | |
| | | | ||||
| * | | Add xrecallocarray. | nicm | 2019-11-28 | |
| | | |