| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Use window target if specified and exists even when looking for an | nicm | 2018-05-03 | |
| | | | | | | | | | index, fixes neww -a with -t as well. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-26 | |
| |\| | ||||
| | * | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | guenther | 2018-04-26 | |
| | | | | | | | | | | | | | | | Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-23 | |
| |\| | ||||
| | * | Add KRB5CCNAME to update-environment. | nicm | 2018-04-23 | |
| | | | ||||
| | * | #aabbcc will use RGB if supported so don't say it is closest match. | nicm | 2018-04-23 | |
| | | | ||||
| | * | Check whether cursor is at start or end when copying rectangular | nicm | 2018-04-23 | |
| | | | | | | | | | selections, from tb@. | |||
| | * | Remove unnecessary brackets. | nicm | 2018-04-23 | |
| | | | ||||
| * | | Sync imsg from OpenBSD. | Nicholas Marriott | 2018-04-23 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-23 | |
| |\| | ||||
| | * | rxvt-unicode has some funny behaviour when scrolling with the cursor not | nicm | 2018-04-23 | |
| | | | | | | | | | at column 1, so move it back there first if possible. GitHub issue 1318. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-18 | |
| |\| | ||||
| | * | Change how display-message uses the client. Originally it was only | nicm | 2018-04-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | intended as the target client where the message should be displayed but at some point (perhaps when -p was added), it was used for format expansion too. This means it can get a bit weird where you have client formats expanding for a client with a different current session than the target session. However, it is nice that display-message can be used to show information about a specific client. So change so that the -c client will be used if the session matches the target session (-t or default), otherwise the best client will be chosen. | |||
| | * | Include source function name in grid_check_y logging. | nicm | 2018-04-18 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-18 | |
| |\| | ||||
| | * | Fix || example. | nicm | 2018-04-18 | |
| | | | ||||
| * | | Some changes. | Nicholas Marriott | 2018-04-13 | |
| | | | ||||
| * | | Merge branch '2.7-rc' | Nicholas Marriott | 2018-04-13 | |
| |\ \ | ||||
| | * | | 2.7. | Nicholas Marriott | 2018-04-13 | |
| | | | | ||||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-11 | |
| |\ \ \ | | |/ | |/| | ||||
| | * | | Allow no client for rename-session, from Ryan Freeman. | nicm | 2018-04-11 | |
| | | | | ||||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-10 | |
| |\| | | ||||
| | * | | A couple of fixes to the : form of SGR. Apparently there is an extra | nicm | 2018-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 an | nicm | 2018-04-10 | |
| | | | | | | | | | | | | | item. Suggested by Matt Zagrabelny. | |||
| * | | | Merge branch '2.7-rc' | Nicholas Marriott | 2018-04-06 | |
| |\ \ \ | | |/ | |/| | ||||
| | * | | Do not crash on empty window, reported by Jamie Macdonald in GitHub | nicm | 2018-03-29 | |
| | | | | | | | | | | | | | issue 1299. Patch from Thomas Adam. | |||
| | * | | Fix a regression: do not warn about no client in rename-window. | nicm | 2018-03-26 | |
| | | | | ||||
| | * | | Fix size calculation when spreading out panes. | nicm | 2018-03-23 | |
| | | | | ||||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-06 | |
| |\ \ \ | | |/ | |/| | ||||
| | * | | Fix link, from Eliran Gonen. | nicm | 2018-04-06 | |
| | | | | ||||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-29 | |
| |\| | | ||||
| | * | | Do not crash on empty window, reported by Jamie Macdonald in GitHub | nicm | 2018-03-29 | |
| | | | | | | | | | | | | | issue 1299. Patch from Thomas Adam. | |||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-23 | |
| |\| | | ||||
| | * | | Fix a regression: do not warn about no client in rename-window. | nicm | 2018-03-23 | |
| | | | | ||||
| * | | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-23 | |
| |\| | | ||||
| | * | | Fix size calculation when spreading out panes. | nicm | 2018-03-23 | |
| | | | | ||||
| * | | | Merge branch '2.7-rc' | Nicholas Marriott | 2018-03-22 | |
| |\ \ \ | | |/ | |/| | ||||
| | * | | CHANGES for 2.7. | Nicholas Marriott | 2018-03-22 | |
| | | | | ||||
| * | | | Revert "2.7-rc." | Nicholas Marriott | 2018-03-22 | |
| |/ / | | | | | | | This reverts commit ced74bd72c7f7cbf702d2351b11cb8d7c6af64e4. | |||
| * | | 2.7-rc. | Nicholas Marriott | 2018-03-22 | |
| | | | ||||
| * | | Remove EVENT_* variables from environment after initializing libevent so they | Nicholas Marriott | 2018-03-21 | |
| | | | | | | | | | are not carried into child processes; from Henry Qin. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-17 | |
| |\| | ||||
| | * | Fix negative window index range check (> not <). Reported by Juan Pablo | nicm | 2018-03-17 | |
| | | | | | | | | | in GitHub issue 1283. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-16 | |
| |\| | ||||
| | * | Insert full size panes at the right position, from KOIE Hidetaka in | nicm | 2018-03-16 | |
| | | | | | | | | | GitHub issue 1284. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-08 | |
| |\| | ||||
| | * | Add a missing client-detached hook when the server shuts down, and do | nicm | 2018-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 Adam | 2018-03-05 | |
| |\| | ||||
| | * | For some reason tmux treats SGR 10 as SGR 0. It has done since the first | nicm | 2018-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 Marriott | 2018-03-02 | |
| | | | ||||