summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2018-08-16Add the KEYC_XTERM flag to all function keys that imply a modifier soNicholas Marriott
2018-08-14Add size to arguments struct too.Nicholas Marriott
2018-08-14Some tidying, use a struct for arguments (there will be more later) andNicholas Marriott
2018-08-09Whoops, didn't mean to commit this.Nicholas Marriott
2018-08-09Bump the UTF-8 character array up to 18 to allow for more combiningNicholas Marriott
2018-08-05calloc the mode data instead of malloc and initialize everything.Nicholas Marriott
2018-08-02Log command arguments.Nicholas Marriott
2018-08-02session_groups can be static also.Nicholas Marriott
2018-08-02Make key trees and some other bits static.Nicholas Marriott
2018-08-02Minor tidying.Nicholas Marriott
2018-08-02Make display-panes block the client until a pane is chosen or it times out.Nicholas Marriott
2018-08-01Initialize new lineflag member.Nicholas Marriott
2018-07-31Do not leak path or use it after free.Nicholas Marriott
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlyNicholas Marriott
2018-07-31Clear history on RIS like most other terminals do.Nicholas Marriott
2018-07-30Remove a leftover unused struct.Nicholas Marriott
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-17When a key isn't in the first table, we need to try the same key againNicholas Marriott
2018-07-16Add an "Any" key to run a command if a key is pressed that is not boundNicholas Marriott
2018-07-15Fix new-window -k, GitHub issue 1403.Nicholas Marriott
2018-07-11Expand formats in load-buffer and save-buffer.Nicholas Marriott
2018-07-11Helper function to shorten history.Nicholas Marriott
2018-07-11Add function comments.Nicholas Marriott
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.Nicholas Marriott
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