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