aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove imsg.h.Nicholas Marriott2019-12-16
* Merge branch 'obsd-master'Thomas Adam2019-12-16
|\
| * If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/Xnicm2019-12-16
| * Need to include message size in the maximum buffer calculation.nicm2019-12-16
| * Instead of using large buffers in imsgs, add the data or path onto the end.nicm2019-12-16
* | Add to CHANGES.Nicholas Marriott2019-12-13
* | Merge branch 'obsd-master'Thomas Adam2019-12-13
|\|
| * Show UTF-8 in choose-buffer mode. From KOIE Hidetaka.nicm2019-12-13
* | Merge branch 'obsd-master'Thomas Adam2019-12-13
|\|
| * Need to check in the error callback also.nicm2019-12-13
| * Do not spin waiting for exit, instead check in the write callback.nicm2019-12-13
* | Merge branch 'obsd-master'Thomas Adam2019-12-12
|\|
| * Do not crash in tree modes if the pane is only 1 in width, reported bynicm2019-12-12
| * Add function to the right file.nicm2019-12-12
* | Merge branch 'obsd-master'Thomas Adam2019-12-12
|\|
| * Change source-file to use new file code which allows it to read fromnicm2019-12-12
| * Do not check if client is dead if it is NULL.nicm2019-12-12
| * Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* | Merge branch 'obsd-master'Thomas Adam2019-12-11
|\|
| * Tweak previous to check the wrapped flag and stop if not set.nicm2019-12-11
| * Allow search across wrapped lines and fix some inconsistencies in how thnicm2019-12-11
* | Merge branch 'obsd-master'Thomas Adam2019-12-11
|\|
| * Do not set cursor colour to default unless it has been changed, GitHubnicm2019-12-11
* | Add to CHANGES.Nicholas Marriott2019-12-10
* | Add ~/.config/tmux/tmux.conf to the default search path for configuration filesNicholas Marriott2019-12-10
* | Merge branch 'obsd-master'Thomas Adam2019-12-10
|\|
| * Make TMUX_CONF a list of files and expand leading $FOO or ~.nicm2019-12-10
* | Check each _PATH_* define individually (Solaris has paths.h but not all of theNicholas Marriott2019-12-03
* | Merge branch 'obsd-master'Thomas Adam2019-12-03
|\|
| * Style nits in function arguments.nicm2019-12-03
* | Merge branch 'obsd-master'Thomas Adam2019-12-02
|\|
| * Remove client menu, I don't think it adds anything.nicm2019-12-02
* | Fix keys in CHANGES.Nicholas Marriott2019-12-01
* | Merge branch '3.0a-rc'Nicholas Marriott2019-12-01
|\ \
| * | Add to CHANGES.Nicholas Marriott2019-12-01
| * | REG_STARTEND is not portable, but it turns out we don't actually neednicm2019-12-01
| * | Add to CHANGES.Nicholas Marriott2019-12-01
| * | Fix respawn-pane/window if default-command is set, reported by Janos Barbero.nicm2019-11-29
| * | Do not crash when a format doesn't exist, reported by Thomas Sattler.nicm2019-11-28
| * | Missing after-kill-pane option.nicm2019-11-28
| * | Merge branch '3.0-rc' into 3.0a-rcNicholas Marriott2019-11-27
| |\ \
| | * | 3.0a.Nicholas Marriott2019-11-27
| * | | Use a malloc'd buffer for lsk since commands can be very long, from Gregory P...Nicholas Marriott2019-11-27
| * | | Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-11-27
| * | | Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm2019-11-27
| |/ /
| * | 3.0 version.Nicholas Marriott2019-11-26
| * | Some old tmux versions can sometimes generate layout strings which havenicm2019-11-26
| * | Do not set uninitialized signal mask when creating an empty pane.nicm2019-09-25
| * | Up and Down are already used, use < and > instead.nicm2019-09-25
| * | Change menu key bindings to Up and Down and also close it on any mousenicm2019-09-25