Age | Commit message (Expand) | Author |
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 |
2022-06-14 | kf* terminfo capabilities are poorly defined and rxvt uses them in a | Nicholas Marriott |
2022-06-11 | Fix size of flags output buffer. | Nicholas Marriott |
2022-06-10 | Ignore OSC if the first argument is not properly terminated. | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-06-07 | Expand arguments to some commands where it makes sense, GitHub issue | Nicholas Marriott |
2022-06-04 | When picking a buffer because one isn't specified by the user, ignore | Nicholas Marriott |
2022-06-03 | Do not unintentionally turn off all mouse mode when button is also present. | Nicholas Marriott |
2022-06-02 | Do not attempt to use client in config file (it will be NULL), GitHub | Nicholas Marriott |
2022-06-02 | When deleting or renaming a buffer and a buffer name is specified, | Nicholas Marriott |
2022-06-01 | If escape-time is 0, force to 1 instead - not waiting at all is asking | Nicholas Marriott |
2022-05-31 | Add a missing space. | Nicholas Marriott |
2022-05-31 | Trim menu item text correctly, GitHub issue 3197. | Nicholas Marriott |
2022-05-30 | Remove duplicates from completion list, GitHub issue 3178. | Nicholas Marriott |