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