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