summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
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
2017-02-14Merge branch 'obsd-master'Thomas Adam
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-02-03Merge branch 'obsd-master'Thomas Adam
2017-02-03Cache status line position to reduce option lookups during output.nicm
2016-10-19Merge branch 'obsd-master'Thomas Adam
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,nicm
2016-10-19Merge branch 'obsd-master'Thomas Adam
2016-10-19Move session-create hook out of session_create so it works with grouped sessi...nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Give window_create and window_create1 better names.nicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Rename a function for consistency and some spacing nits.nicm
2016-10-14Merge branch 'obsd-master'Thomas Adam
2016-10-13Remove the set-remain-on-exit option, it was always a hack and can nownicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-08Conflicts:Thomas Adam
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm
2015-11-18Merge branch 'obsd-master'Thomas Adam