aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Collapse)AuthorAge
* Ooops, missed this one. Doh.Nicholas Marriott2007-09-29
|
* Don't nuke last window on reselect of same window.Nicholas Marriott2007-09-29
|
* New session selection rules:Nicholas Marriott2007-09-27
| | | | | | | | - find by name if given - otherwise try current index from $TMUX - otherwise if only one session, use it - otherwise error
* Adjust $TMUX environ var to include session index, and don't compact session ↵Nicholas Marriott2007-09-27
| | | | list on release. Also fix some argument types.
* Stop crashing when exiting windows.Nicholas Marriott2007-09-21
|
* Comment.Nicholas Marriott2007-09-21
|
* Reset s->window to NULL so it doesn't end up in s->last.Nicholas Marriott2007-09-21
|
* Tweak ordering.Nicholas Marriott2007-09-21
|
* Remove window before working out new current window; clear last window if ↵Nicholas Marriott2007-09-21
| | | | necessary.
* session_last == -1 could still leave us with the window we are about to remove.Nicholas Marriott2007-09-21
|
* Last window option.Nicholas Marriott2007-09-20
|
* Wrap next/prev.Nicholas Marriott2007-09-20
|
* session_flush can go bye-bye again.Nicholas Marriott2007-08-27
|
* Flush even detached sessions.Nicholas Marriott2007-08-27
|
* Change command format.Nicholas Marriott2007-08-27
|
* If a session is destroyed, safely kill all other clients attached to it.Nicholas Marriott2007-08-27
|
* Update to be more readable and hopefully lose memory problems.Nicholas Marriott2007-08-27
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott2007-07-09
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.