summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Set visited flag on last windows when linking session.nicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2023-07-19Merge branch 'obsd-master'Thomas Adam
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingnicm
2022-10-17Merge branch 'obsd-master'Thomas Adam
2022-10-17Preserve marked pane when renumbering windows.nicm
2022-02-22Merge branch 'obsd-master' into masterThomas Adam
2022-02-22Merge branch 'obsd-master' into masterThomas Adam
2022-02-22Do not attempt to update focus (and crash) when there is no previous window.nicm
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.nicm
2021-09-17Merge branch 'obsd-master' into masterThomas Adam
2021-09-17Do not destroy sessions twice, GitHub issue 2889.nicm
2021-08-14Merge branch 'obsd-master' into masterThomas Adam
2021-08-13Change focus to be driven by events rather than walking all panes at endnicm
2021-07-06Merge branch 'obsd-master' into masterThomas Adam
2021-07-06Forbid empty session names, GitHub issue 2758.nicm
2020-05-16remove vis.h: portable doesn't need thisThomas Adam
2020-05-16Merge branch 'obsd-master'Thomas Adam
2020-05-16Instead of forbidding invalid session names, sanitize them like windownicm
2020-04-24Instead of forbidding invalid session names, sanitize them.Nicholas Marriott
2019-12-26Merge branch 'obsd-master'Thomas Adam
2019-12-26Add a number of new formats to inspect what sessions and clients anicm
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-16Tidy and rename some bits of status line code.nicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-08-02Merge branch 'obsd-master'Thomas Adam
2018-08-02session_groups can be static also.nicm
2018-05-04Merge branch 'obsd-master'Thomas Adam
2018-05-04Improve logging of sessions.nicm
2017-11-02Merge branch 'obsd-master'Thomas Adam
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-07-10Merge branch 'obsd-master'Thomas Adam
2017-07-09Some extra logging to show why tmux might exit.nicm
2017-05-04Merge branch 'obsd-master'Thomas Adam
2017-05-04Some new notifications, mainly for active pane and current window andnicm
2017-04-28Merge branch 'obsd-master'Thomas Adam
2017-04-28Log what is happening with window and session reference counts much morenicm
2017-04-25Merge branch 'obsd-master'Thomas Adam
2017-04-25Do not update TERM into config file parsing has finished.nicm
2017-03-09Merge branch 'obsd-master'Thomas Adam
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm