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