Age | Commit message (Expand) | Author |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2023-09-02 | Set visited flag on last windows when linking session. | Nicholas Marriott |
2023-09-01 | Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. | Nicholas Marriott |
2023-07-19 | Correct visited flag when the last window list is rebuilt by renumbering | Nicholas Marriott |
2022-10-17 | Preserve marked pane when renumbering windows. | Nicholas Marriott |
2022-02-22 | Do not attempt to update focus (and crash) when there is no previous window. | Nicholas Marriott |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2021-09-17 | Do not destroy sessions twice, GitHub issue 2889. | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-07-06 | Forbid empty session names, GitHub issue 2758. | Nicholas Marriott |
2020-05-16 | Instead of forbidding invalid session names, sanitize them like window | Nicholas Marriott |
2019-12-26 | Add a number of new formats to inspect what sessions and clients a | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-03-16 | Tidy and rename some bits of status line code. | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-18 | SESSION_UNATTACHED flag is no longer necessary now we have an attached | Nicholas Marriott |
2018-08-02 | session_groups can be static also. | Nicholas Marriott |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott |
2017-07-09 | Some extra logging to show why tmux might exit. | Nicholas Marriott |
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott |
2017-04-28 | Log what is happening with window and session reference counts much more | Nicholas Marriott |
2017-04-25 | Do not update TERM into config file parsing has finished. | Nicholas Marriott |
2017-03-09 | Move server_fill_environ into environ.c and move some other common code | Nicholas Marriott |
2017-02-09 | Instead of numbering session groups, give them a name which may be given | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
2016-10-19 | Move session-create hook out of session_create so it works with grouped sessi... | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-15 | Give window_create and window_create1 better names. | Nicholas Marriott |
2016-10-15 | Rename a function for consistency and some spacing nits. | Nicholas Marriott |
2016-10-13 | Remove the set-remain-on-exit option, it was always a hack and can now | Nicholas Marriott |
2016-10-11 | Add static in window-*.c and move some internal functions out of tmux.h. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Don't update activity time twice for new sessions, and add some logging. | Nicholas Marriott |
2015-10-31 | Because pledge(2) does not allow us to pass directory file descriptors | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-01 | Fix a spelling error, sesson -> session. | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-28 | Don't leak name when freeing session, from Kuang-che Wu. | Nicholas Marriott |
2015-08-28 | Per-session timers for locking, and remove the global one-second timer. | Nicholas Marriott |
2015-08-28 | Make session_update_activity more useful and use it in more places. | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-05-06 | Add a format window_linked which is 1 if a window has been linked | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |