aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Include source function name in grid_check_y logging.nicm2018-04-18
| |
* | Merge branch 'obsd-master'Thomas Adam2018-04-18
|\|
| * Fix || example.nicm2018-04-18
| |
* | Some changes.Nicholas Marriott2018-04-13
| |
* | Merge branch '2.7-rc'Nicholas Marriott2018-04-13
|\ \
| * | 2.7.Nicholas Marriott2018-04-13
| | |
* | | Merge branch 'obsd-master'Thomas Adam2018-04-11
|\ \ \ | | |/ | |/|
| * | Allow no client for rename-session, from Ryan Freeman.nicm2018-04-11
| | |
* | | Merge branch 'obsd-master'Thomas Adam2018-04-10
|\| |
| * | A couple of fixes to the : form of SGR. Apparently there is an extranicm2018-04-10
| | | | | | | | | | | | | | | argument that nobody knew about, so skip that if it exists. Also there are a bunch of useless optional arguments at the end, so ignore those.
| * | Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
| | | | | | | | | | | | item. Suggested by Matt Zagrabelny.
* | | Merge branch '2.7-rc'Nicholas Marriott2018-04-06
|\ \ \ | | |/ | |/|
| * | Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-29
| | | | | | | | | | | | issue 1299. Patch from Thomas Adam.
| * | Fix a regression: do not warn about no client in rename-window.nicm2018-03-26
| | |
| * | Fix size calculation when spreading out panes.nicm2018-03-23
| | |
* | | Merge branch 'obsd-master'Thomas Adam2018-04-06
|\ \ \ | | |/ | |/|
| * | Fix link, from Eliran Gonen.nicm2018-04-06
| | |
* | | Merge branch 'obsd-master'Thomas Adam2018-03-29
|\| |
| * | Do not crash on empty window, reported by Jamie Macdonald in GitHubnicm2018-03-29
| | | | | | | | | | | | issue 1299. Patch from Thomas Adam.
* | | Merge branch 'obsd-master'Thomas Adam2018-03-23
|\| |
| * | Fix a regression: do not warn about no client in rename-window.nicm2018-03-23
| | |
* | | Merge branch 'obsd-master'Thomas Adam2018-03-23
|\| |
| * | Fix size calculation when spreading out panes.nicm2018-03-23
| | |
* | | Merge branch '2.7-rc'Nicholas Marriott2018-03-22
|\ \ \ | | |/ | |/|
| * | CHANGES for 2.7.Nicholas Marriott2018-03-22
| | |
* | | Revert "2.7-rc."Nicholas Marriott2018-03-22
|/ / | | | | | | This reverts commit ced74bd72c7f7cbf702d2351b11cb8d7c6af64e4.
* | 2.7-rc.Nicholas Marriott2018-03-22
| |
* | Remove EVENT_* variables from environment after initializing libevent so theyNicholas Marriott2018-03-21
| | | | | | | | are not carried into child processes; from Henry Qin.
* | Merge branch 'obsd-master'Thomas Adam2018-03-17
|\|
| * Fix negative window index range check (> not <). Reported by Juan Pablonicm2018-03-17
| | | | | | | | in GitHub issue 1283.
* | Merge branch 'obsd-master'Thomas Adam2018-03-16
|\|
| * Insert full size panes at the right position, from KOIE Hidetaka innicm2018-03-16
| | | | | | | | GitHub issue 1284.
* | Merge branch 'obsd-master'Thomas Adam2018-03-08
|\|
| * Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
| | | | | | | | | | not exit until jobs started from run-shell/if-shell have finished (add a job flags member and a flag to indicate other jobs). GitHub issue 1245.
* | Merge branch 'obsd-master'Thomas Adam2018-03-05
|\|
| * For some reason tmux treats SGR 10 as SGR 0. It has done since the firstnicm2018-03-05
| | | | | | | | | | version and I'm not sure why since no other terminal appears to. Change to just ignore SGR 10 instead.
* | Fix cmp use.Nicholas Marriott2018-03-02
| |
* | Merge branch 'obsd-master'Thomas Adam2018-03-01
|\|
| * Expand formats in window and session names.nicm2018-03-01
| |
* | Merge branch 'obsd-master'Thomas Adam2018-02-28
|\|
| * Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
| | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings.
* | Merge branch 'obsd-master'Thomas Adam2018-02-26
|\|
| * C-g for modes too, from Mike Hamrick.nicm2018-02-26
| |
* | Merge branch 'obsd-master'Thomas Adam2018-02-22
|\|
| * Remove an unused variable.nicm2018-02-22
| |
* | Merge branch 'obsd-master'Thomas Adam2018-02-22
|\|
| * Check prefix when retrying so it is checked while repeat flag isnicm2018-02-22
| | | | | | | | set. GitHub issue 1239.
| * Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
| |
* | Merge branch 'obsd-master'Thomas Adam2018-02-20
|\|
| * Do not leak memory when working out job name in formats.nicm2018-02-20
| |