summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-08-02Make display-panes block the client until a pane is chosen or it times out.nicm
2018-08-01Initialize new lineflag member.nicm
2018-07-31Do not leak path or use it after free.nicm
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-31Clear history on RIS like most other terminals do.nicm
2018-07-30Remove a leftover unused struct.nicm
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 againnicm
2018-07-16Add an "Any" key to run a command if a key is pressed that is not boundnicm
2018-07-15Fix new-window -k, GitHub issue 1403.nicm
2018-07-11Expand formats in load-buffer and save-buffer.nicm
2018-07-11Helper function to shorten history.nicm
2018-07-11Add function comments.nicm
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.nicm
2018-07-04whitespace needed between macro args and punctuation;jmc
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2018-07-04Add pane focus hooks.nicm
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2018-07-02Fire notify for select-layout, from George Nachman.nicm
2018-06-27Allow any punctuation (except :) as separator in s/x/y/, not onlynicm
2018-06-26Style nit.nicm
2018-06-26Do not take address of a member of a NULL pointer. GitHub issue 1382nicm
2018-06-25If there are only two panes, always use the other pane as the lastnicm
2018-06-24Minor cosmetic improvement from KOIE Hidetaka.nicm
2018-06-11Fix some compiler warnings; from Thomas Adam.nicm
2018-06-09Make it possible to resize multiple panes by dragging corners, from Dannicm
2018-06-08Instead of working out which pane to resize with the mouse by walkingnicm
2018-06-08Tweak previous - check for a NULL client and simplify manual text.nicm
2018-06-03Increment the lines counter when skipping a line to avoid an infinitenicm
2018-05-29If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume itnicm
2018-05-28When looking for panes, ignore dead ones (with -1 filenicm
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubnicm
2018-05-24Make server_client_get_cwd used (almost) everywhere we need to work outnicm
2018-05-24Improve logging of the environment etc for new panes.nicm
2018-05-22Allow escaping , and } with # in #{}; GitHub issue 1332.nicm
2018-05-20-T should not actually select the pane.nicm
2018-05-15Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343.nicm
2018-05-09Mention allow-rename with \033k.nicm
2018-05-09Another check for NULL window if looking for index.nicm
2018-05-07Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm
2018-05-04Improve logging of sessions.nicm
2018-05-03Use window target if specified and exists even when looking for annicm
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther
2018-04-23Add 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-23Check whether cursor is at start or end when copying rectangularnicm
2018-04-23Remove unnecessary brackets.nicm
2018-04-23rxvt-unicode has some funny behaviour when scrolling with the cursor notnicm
2018-04-18Change how display-message uses the client. Originally it was onlynicm
2018-04-18Include source function name in grid_check_y logging.nicm