Age | Commit message (Expand) | Author |
2018-07-04 | whitespace needed between macro args and punctuation; | Jason McIntyre |
2018-07-04 | Add set-hook -R to run a hook immediately (useful to set multiple hooks | Nicholas Marriott |
2018-07-04 | Add pane focus hooks. | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-07-02 | Fire notify for select-layout, from George Nachman. | Nicholas Marriott |
2018-06-27 | Allow any punctuation (except :) as separator in s/x/y/, not only | Nicholas Marriott |
2018-06-26 | Style nit. | Nicholas Marriott |
2018-06-26 | Do not take address of a member of a NULL pointer. GitHub issue 1382 | Nicholas Marriott |
2018-06-25 | If there are only two panes, always use the other pane as the last | Nicholas Marriott |
2018-06-24 | Minor cosmetic improvement from KOIE Hidetaka. | Nicholas Marriott |
2018-06-11 | Fix some compiler warnings; from Thomas Adam. | Nicholas Marriott |
2018-06-09 | Make it possible to resize multiple panes by dragging corners, from Dan | Nicholas Marriott |
2018-06-08 | Instead of working out which pane to resize with the mouse by walking | Nicholas Marriott |
2018-06-08 | Tweak previous - check for a NULL client and simplify manual text. | Nicholas Marriott |
2018-06-08 | Add -x- and -y- to use client size, from Stefan Assmann in GitHub issue 1372. | Nicholas Marriott |
2018-06-03 | Increment the lines counter when skipping a line to avoid an infinite | Nicholas Marriott |
2018-05-29 | If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume it | Nicholas Marriott |
2018-05-28 | When looking for panes, ignore dead ones (with -1 file | Nicholas Marriott |
2018-05-28 | Document escaping inside conditionals, from "sadie-parayno" in GitHub | Nicholas Marriott |
2018-05-24 | Make server_client_get_cwd used (almost) everywhere we need to work out | Nicholas Marriott |
2018-05-24 | Improve logging of the environment etc for new panes. | Nicholas Marriott |
2018-05-22 | Allow escaping , and } with # in #{}; GitHub issue 1332. | Nicholas Marriott |
2018-05-20 | -T should not actually select the pane. | Nicholas Marriott |
2018-05-15 | Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343. | Nicholas Marriott |
2018-05-09 | Mention allow-rename with \033k. | Nicholas Marriott |
2018-05-09 | Another check for NULL window if looking for index. | Nicholas Marriott |
2018-05-07 | Handle terminfo colors > 256 correctly, GitHub issue 1337. | Nicholas Marriott |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2018-05-03 | Use window target if specified and exists even when looking for an | Nicholas Marriott |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-23 | Add KRB5CCNAME to update-environment. | Nicholas Marriott |
2018-04-23 | #aabbcc will use RGB if supported so don't say it is closest match. | Nicholas Marriott |
2018-04-23 | Check whether cursor is at start or end when copying rectangular | Nicholas Marriott |
2018-04-23 | Remove unnecessary brackets. | Nicholas Marriott |
2018-04-23 | rxvt-unicode has some funny behaviour when scrolling with the cursor not | Nicholas Marriott |
2018-04-18 | Change how display-message uses the client. Originally it was only | Nicholas Marriott |
2018-04-18 | Include source function name in grid_check_y logging. | Nicholas Marriott |
2018-04-18 | Fix || example. | Nicholas Marriott |
2018-04-11 | Allow no client for rename-session, from Ryan Freeman. | Nicholas Marriott |
2018-04-10 | A couple of fixes to the : form of SGR. Apparently there is an extra | Nicholas Marriott |
2018-04-10 | Add x and X to choose-tree (with a confirmation prompt) to kill an | Nicholas Marriott |
2018-04-06 | Fix link, from Eliran Gonen. | Nicholas Marriott |
2018-03-29 | Do not crash on empty window, reported by Jamie Macdonald in GitHub | Nicholas Marriott |
2018-03-23 | Fix a regression: do not warn about no client in rename-window. | Nicholas Marriott |
2018-03-23 | Fix size calculation when spreading out panes. | Nicholas Marriott |
2018-03-17 | Fix negative window index range check (> not <). Reported by Juan Pablo | Nicholas Marriott |
2018-03-16 | Insert full size panes at the right position, from KOIE Hidetaka in | Nicholas Marriott |
2018-03-08 | Add a missing client-detached hook when the server shuts down, and do | Nicholas Marriott |
2018-03-05 | For some reason tmux treats SGR 10 as SGR 0. It has done since the first | Nicholas Marriott |
2018-03-01 | Expand formats in window and session names. | Nicholas Marriott |