Age | Commit message (Expand) | Author |
2022-11-08 | Fix C-S-Tab without extended keys, from Aaron Jensen. | Nicholas Marriott |
2022-11-04 | Unescape the string for the literal operator (l:) so special characters | Nicholas Marriott |
2022-11-03 | If there are no buffers, reset mode as soon as any key pressed. Fixes | Nicholas Marriott |
2022-11-03 | Add a -l flag to display-message to disable format expansion, from Aaron | Nicholas Marriott |
2022-11-02 | Instead of always setting the extended flag, set it only when searching. | Nicholas Marriott |
2022-11-01 | Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. | Nicholas Marriott |
2022-11-01 | Use active pane in target window not current window for +/-. GitHub | Nicholas Marriott |
2022-10-28 | Add paste-buffer-deleted notification and fix name of paste-buffer-changed. | Nicholas Marriott |
2022-10-28 | Do not send focus sequences when reporting is enabled, matches other | Nicholas Marriott |
2022-10-25 | Initialize context before testing it. | Nicholas Marriott |
2022-10-25 | Fix a memory leak, from Japin Li in GitHub issue 3358. | Nicholas Marriott |
2022-10-25 | Do not fire redraw callback if NULL. | Nicholas Marriott |
2022-10-17 | Preserve marked pane when renumbering windows. | Nicholas Marriott |
2022-09-28 | Add scroll-top and scroll-bottom commands to scroll so cursor is at top | Nicholas Marriott |
2022-09-28 | Add a -T flag to capture-pane to stop at the last used cell instead of | Nicholas Marriott |
2022-09-12 | Don't use options from pane if pane is NULL. | Nicholas Marriott |
2022-09-10 | Use correct option name. | Nicholas Marriott |
2022-09-09 | Add message-line option to control where message and prompt go, from | Nicholas Marriott |
2022-08-31 | Fix window size report, from Vincent Bernat. | Nicholas Marriott |
2022-08-24 | Check for NULL returns from bufferevent_new. | Nicholas Marriott |
2022-08-23 | Add scroll-middle copy mode command to make cursor line in the middle, | Nicholas Marriott |
2022-08-15 | Notify when a paste buffer is deleted, GitHub issue 3302 from George | Nicholas Marriott |
2022-08-15 | Add a Nobr terminfo capability to tell tmux the terminal does not use | Nicholas Marriott |
2022-08-15 | Add some const, from Markus F X J Oberhumer. | Nicholas Marriott |
2022-08-15 | Don't stop at first match when updating environment. | Nicholas Marriott |
2022-08-11 | vi(1) Home/End bindings, from Markus F X J Oberhumer. | Nicholas Marriott |
2022-08-10 | Fix check of home directory (&& not ||), from Markus F X J Oberhumer, | Nicholas Marriott |
2022-08-04 | Change g and G to go to top and bottom of menu, GitHub issue 3286. | Nicholas Marriott |
2022-08-03 | Do not crash when searching for .* with extremely long lines. Reported | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-08-02 | Fix validation of missing percentage arguments. | Nicholas Marriott |
2022-08-02 | -u is no longer equivalent to -TUTF-8 so don't say it is. | Nicholas Marriott |
2022-07-22 | Clear marks when the search string changes. From Anindya Mukherjee, | Nicholas Marriott |
2022-07-19 | Do not ignore the "off" flag when checking if a pane should be stopped, | Nicholas Marriott |
2022-07-19 | Process modifiers as bits rather than using a switch, from Koichi Murase. | Nicholas Marriott |
2022-07-19 | Fix memory leak, from Gabriel Souza Franco. | Nicholas Marriott |
2022-07-06 | Show config errors on attach if they were not shown when the session | Nicholas Marriott |
2022-07-06 | Remove debugging code. | Nicholas Marriott |
2022-07-06 | Defer reading from control client until the command line command has | Nicholas Marriott |
2022-07-06 | Mention whether time is creation/activity for sort orders. | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | Nicholas Marriott |
2022-07-04 | Sort panes by index not by ID, GitHub issue 3249. | Nicholas Marriott |
2022-07-04 | Mouse clicks could change current item, so work it out again. GitHub | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-27 | Tweak previous - find end of style correctly. | Nicholas Marriott |
2022-06-27 | Do not expand single character format aliases inside #[] since they | Nicholas Marriott |
2022-06-21 | Store time lines are scrolled into history and display in copy mode. | Nicholas Marriott |
2022-06-20 | Do not display configuration file errors in a pane when in control mode, | Nicholas Marriott |
2022-06-17 | Check cursor options when a pane is created, not just when they are changed. | Nicholas Marriott |
2022-06-16 | Keep cursor on selected item on menu (useful for blind people), GitHub | Nicholas Marriott |