summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-22Fix some spacing nits.nicm
2014-10-22Merge unlink-window into kill-window.nicm
2014-05-13Merge branch 'obsd-master'Thomas Adam
2014-05-13If multiple arguments are given to new-session, new-window,nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Set PATH explicitly, either from client or sessionnicm
2014-01-31Merge branch 'obsd-master'Thomas Adam
2014-01-22Do not permit periods in session names (colons are already banned). Fromnicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Renumber windows: Lookup lastw via window not indexnicm
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.nicm
2013-10-06Alter how tmux handles the working directory to internally use file descriptorsNicholas Marriott
2013-08-20Renumber windows: Lookup lastw via window not indexThomas Adam
2013-08-01Grouped sessions were being leaked on destroy, correctly free them.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-22Add session_set_current helper function, extracted from a diff fromNicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-02-21Add session_set_current helper function, extracted from a diff from AaronNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1144:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-08Clear flags across all sessions, from Thomas Adam.Nicholas Marriott
2012-05-03Sync OpenBSD patchset 1104:Tiago Cunha
2012-04-29Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2011-08-21Sync OpenBSD patchset 943:Tiago Cunha
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-06|PatchSet 884Nicholas Marriott
2011-04-06Change so that an empty session name always means the current sessionsNicholas Marriott
2011-02-15Sync OpenBSD patchset 852:Tiago Cunha
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
2011-01-21Sync OpenBSD patchset 841:Tiago Cunha
2011-01-21Sync OpenBSD patchset 840:Tiago Cunha
2011-01-13Er, fix next and previous session functions to actually work, part 2.Nicholas Marriott
2011-01-13Fix next and previous session functions to actually work.Nicholas Marriott
2011-01-03Sync OpenBSD patchset 819:Tiago Cunha
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha
2010-12-22Sync OpenBSD patchset 806:Tiago Cunha
2010-12-22Sync OpenBSD patchset 805:Tiago Cunha
2010-12-22Sync OpenBSD patchset 804:Tiago Cunha
2010-12-22Sync OpenBSD patchset 803:Tiago Cunha
2010-12-22Sync OpenBSD patchset 801:Tiago Cunha
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-12-20Fix another stray addition that was too early. Oops.Nicholas Marriott
2010-12-20Undo a change to next/previous session that got mixed in prematurely.Nicholas Marriott