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