Age | Commit message (Expand) | Author |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-15 | Do not crash if there is no item to show command error, from Anindya | Nicholas Marriott |
2021-03-12 | Fix so tmux correctly sends the cvvis (cursor very visible) capability | Nicholas Marriott |
2021-03-11 | Tidy old jobs every hour instead of every 30 seconds. | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-03-09 | Allow cursor to be just after match if copying, GitHub issue 2602. | Nicholas Marriott |
2021-03-09 | Copy mode improvements from Anindya Mukherjee: | Nicholas Marriott |
2021-03-02 | Do not use NULL active window; also do not leak window name. GitHub | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-03-01 | escape quotes and remove some unneccessary Pp; ok nicm | Jason McIntyre |
2021-03-01 | There is no need to call del_curterm in the server anymore. | Nicholas Marriott |
2021-03-01 | Add some text with examples of ; as a separator, GitHub issues 2522 and | Nicholas Marriott |
2021-02-27 | Handle NULL term_type. | Nicholas Marriott |
2021-02-26 | Check session, window, pane in the right order when working out format type. | Nicholas Marriott |
2021-02-26 | Add a couple of format variables for active and last window index. | Nicholas Marriott |
2021-02-24 | Correct client_prefix so it returns 1 if in prefix, not 0. | Nicholas Marriott |
2021-02-22 | expand_paths needs the global environment to be set up, do that first. | Nicholas Marriott |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-02-19 | Check return value of chdir() to stop a silly warning with some | Nicholas Marriott |
2021-02-18 | Reduce len when moving past spaces in OSC 11 parameter. | Nicholas Marriott |
2021-02-17 | Move the call to setupterm() into the client and have it pass the | Nicholas Marriott |
2021-02-15 | Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 to | Nicholas Marriott |
2021-02-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |
2021-02-12 | Do not care about the server socket closing if exiting anyway. | Nicholas Marriott |
2021-02-11 | Add a couple of helper functions, and flush imsgs on exit. | Nicholas Marriott |
2021-02-11 | O_TRUNC is needed in case file exists. | Nicholas Marriott |
2021-02-11 | Move file handling protocol stuff all into file.c so it can be reused | Nicholas Marriott |
2021-02-10 | Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by | Nicholas Marriott |
2021-02-09 | Do not expand times and #() inside #(). | Nicholas Marriott |
2021-02-08 | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | Nicholas Marriott |
2021-02-08 | Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. | Nicholas Marriott |
2021-02-06 | In the end UTF-8 did not become a terminal feature, should not be listed | Nicholas Marriott |
2021-02-05 | Send Unicode directional isolate characters around horizontal pane | Nicholas Marriott |
2021-02-05 | Add a -S flag to new-window to make it select the existing window if one | Nicholas Marriott |
2021-02-04 | Redraw status line and borders on pane enable/disable, GitHub issue 2554. | Nicholas Marriott |
2021-02-02 | Fix popup mouse position. | Nicholas Marriott |
2021-02-02 | article fixes; from eddie youseph | Jason McIntyre |
2021-02-01 | Add a no-detached choice to detach-on-destroy which detaches only if | Nicholas Marriott |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-27 | Flush pending output before entering or exiting alternate screen rather | Nicholas Marriott |
2021-01-26 | Always resize the original screen before copying when exiting the | Nicholas Marriott |
2021-01-22 | Revert clear changes to writing as they don't work properly, better | Nicholas Marriott |
2021-01-22 | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | Nicholas Marriott |
2021-01-22 | Fix some cursor movement commands, from Anindya Mukherjee. | Nicholas Marriott |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2021-01-18 | Hide some warnings on newer GCC versions, GitHUb issue 2525. | Nicholas Marriott |