aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2018-05-20
|\|
| * -T should not actually select the pane.nicm2018-05-20
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-15
|\|
| * Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343.nicm2018-05-15
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-09
|\|
| * Mention allow-rename with \033k.nicm2018-05-09
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-09
|\|
| * Another check for NULL window if looking for index.nicm2018-05-09
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-07
|\|
| * Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm2018-05-07
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-04
|\|
| * Improve logging of sessions.nicm2018-05-04
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-03
|\|
| * Use window target if specified and exists even when looking for annicm2018-05-03
| | | | | | | | index, fixes neww -a with -t as well.
* | Merge branch 'obsd-master'Thomas Adam2018-04-26
|\|
| * Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-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 Adam2018-04-23
|\|
| * Add KRB5CCNAME to update-environment.nicm2018-04-23
| |
| * #aabbcc will use RGB if supported so don't say it is closest match.nicm2018-04-23
| |
| * Check whether cursor is at start or end when copying rectangularnicm2018-04-23
| | | | | | | | selections, from tb@.
| * Remove unnecessary brackets.nicm2018-04-23
| |
* | Sync imsg from OpenBSD.Nicholas Marriott2018-04-23
| |
* | Merge branch 'obsd-master'Thomas Adam2018-04-23
|\|
| * rxvt-unicode has some funny behaviour when scrolling with the cursor notnicm2018-04-23
| | | | | | | | at column 1, so move it back there first if possible. GitHub issue 1318.
* | Merge branch 'obsd-master'Thomas Adam2018-04-18
|\|
| * Change how display-message uses the client. Originally it was onlynicm2018-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.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
|\ \ \ | | |/ | |/|