summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2022-05-30Add pane_start_path to match start_command.Nicholas Marriott
2022-05-30Set PWD so shells have a hint about the real path (this was done beforeNicholas Marriott
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailNicholas Marriott
2022-05-30Check if args_strtonum argument is NULL or not a string, from AnindyaNicholas Marriott
2022-05-30Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHubNicholas Marriott
2022-05-30If a mouse position was above the maximum supported by the normal mouseNicholas Marriott
2022-05-30Add a way for lines added to copy mode to be passed through the parserNicholas Marriott
2022-05-30iTerm2 has OSC 7, from Gregory Anders.Nicholas Marriott
2022-05-30Spacing/style nits.Nicholas Marriott
2022-05-30Emit window-layout-changed on swap-pane, from George Nachman.Nicholas Marriott
2022-05-30Better error reporting when applying custom layouts.Nicholas Marriott
2022-05-30Do not send focus sequences when focus is enabled or disabled by theNicholas Marriott