summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Collapse)Author
2007-09-27New session selection rules:Nicholas Marriott
- find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
2007-09-27Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott
list on release. Also fix some argument types.
2007-09-21Stop crashing when exiting windows.Nicholas Marriott
2007-09-21Comment.Nicholas Marriott
2007-09-21Reset s->window to NULL so it doesn't end up in s->last.Nicholas Marriott
2007-09-21Tweak ordering.Nicholas Marriott
2007-09-21Remove window before working out new current window; clear last window if ↵Nicholas Marriott
necessary.
2007-09-21session_last == -1 could still leave us with the window we are about to remove.Nicholas Marriott
2007-09-20Last window option.Nicholas Marriott
2007-09-20Wrap next/prev.Nicholas Marriott
2007-08-27session_flush can go bye-bye again.Nicholas Marriott
2007-08-27Flush even detached sessions.Nicholas Marriott
2007-08-27Change command format.Nicholas Marriott
2007-08-27If a session is destroyed, safely kill all other clients attached to it.Nicholas Marriott
2007-08-27Update to be more readable and hopefully lose memory problems.Nicholas Marriott
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.