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