Age | Commit message (Expand) | Author |
2024-10-28 | Treat tabs as a word separator, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott |
2024-10-10 | Add a sixel_support format variable which is 1 if SIXEL is supported | Nicholas Marriott |
2024-08-26 | Add window_pane_mode helper function to tell if a pane is in copy mode, | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2023-09-08 | Use DECSLRM and DECFRA only at level 4 rather than checking the terminal | Nicholas Marriott |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-03 | Do not risk writing over the end of the buffer when it ends in # | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-05-19 | Add format for server_sessions, from Magnus Gross. | Nicholas Marriott |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-02-07 | Add an L modifier like P, W, S to loop over clients. Also fix some long | Nicholas Marriott |
2022-11-04 | Unescape the string for the literal operator (l:) so special characters | Nicholas Marriott |
2022-07-19 | Fix memory leak, from Gabriel Souza Franco. | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | 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-05-30 | Add pane_start_path to match start_command. | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-03-08 | Add remain-on-exit-format to set text shown when pane is dead. | Nicholas Marriott |
2022-03-08 | Add formats for client and server UID and user (for multiuser setups). | Nicholas Marriott |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2021-10-25 | Add a way to force a colour to RGB and a format to display it. | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-05 | Fix some warnings. | Nicholas Marriott |
2021-10-05 | Set mouse_x and mouse_y on the status line, GitHub issue 2913. | Nicholas Marriott |
2021-10-05 | Do not try to use NULL time values. | Nicholas Marriott |
2021-08-20 | A couple more spacing fixes. | Nicholas Marriott |
2021-08-20 | Spacing tweaks. | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-08-12 | Evaluate styles with the pane variables. | Nicholas Marriott |
2021-08-12 | Do not dereference pane when it is NULL, fixes a crash when creating a | Nicholas Marriott |
2021-08-12 | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | Nicholas Marriott |
2021-07-13 | Give #() commands a one second grace period where the output is empty | Nicholas Marriott |
2021-07-08 | Fix mouse_word format now word-separators has no space and position of | Nicholas Marriott |
2021-06-10 | Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715. | Nicholas Marriott |
2021-06-10 | Fix <= operator. | Nicholas Marriott |
2021-06-10 | Fix warnings, from Jan Tache in GitHub issue 2692. | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2021-03-11 | Tidy old jobs every hour instead of every 30 seconds. | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | 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 | 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-15 | Support X11 colour names and some other variations for OSC 10/11, also | Nicholas Marriott |