summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-09-26Join oldest session if non specified. Fix errors.Nicholas Marriott
2007-09-26Restore list command.Nicholas Marriott
2007-09-26Whoops, these need to be terminated.Nicholas Marriott
2007-09-26These are no longer unused.Nicholas Marriott
2007-09-26Unlink and retry if server socket connect fails.Nicholas Marriott
2007-09-26Server function naming, still not happy with server stuff though.Nicholas Marriott
2007-09-26Restore -n, now after the command.Nicholas Marriott
2007-09-26Cleanup part II: split up client stuff and ops. More to come.Nicholas Marriott
2007-09-26Cleanup part 1: split up server.c.Nicholas Marriott
2007-09-22Window list with C-b W.Nicholas Marriott
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-21Pass through backspace for now.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-21Whoops. Other way round.Nicholas Marriott
2007-09-21session_last == -1 could still leave us with the window we are about to remove.Nicholas Marriott
2007-09-21Be more careful about destroying windows.Nicholas Marriott
2007-09-21Don't resize unless size changed.Nicholas Marriott
2007-09-20Move common command code into single function; from Maximilian Gass.Nicholas Marriott
2007-09-20META env var.Nicholas Marriott
2007-09-20Sync.Nicholas Marriott
2007-09-20Last window option.Nicholas Marriott
2007-09-20Reset ignored signals after forkpty.Nicholas Marriott
2007-09-20Wrap next/prev.Nicholas Marriott
2007-09-19Truncate array if last window is closed.Nicholas Marriott
2007-09-19Don't renumber on close.Nicholas Marriott
2007-09-19Sync.Nicholas Marriott
2007-09-18Upd.Nicholas Marriott
2007-09-05This ain't goin' nowhere fast.Nicholas Marriott
2007-08-28Set up signal handlers before fork so server has them too.Nicholas Marriott
2007-08-28Tweak comment; use sizeof.Nicholas Marriott
2007-08-28Scrolling region.Nicholas Marriott
2007-08-28Remove old sockets after error.Nicholas Marriott
2007-08-27session_flush can go bye-bye again.Nicholas Marriott
2007-08-27Flush even detached sessions.Nicholas Marriott
2007-08-27Consistent error message.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-27Don't try to upadte window after free.Nicholas Marriott
2007-08-27Use after free.Nicholas Marriott
2007-08-27Don't scroll screen until trying to write beyond limits.Nicholas Marriott
2007-08-27Don't accept zero titles.Nicholas Marriott
2007-08-27These aren't unused.Nicholas Marriott
2007-08-27Use $SHELL for new shell, if set.Nicholas Marriott
2007-08-27We use screen now, not ansi.Nicholas Marriott
2007-08-27Update to be more readable and hopefully lose memory problems.Nicholas Marriott
2007-08-27+.Nicholas Marriott
2007-08-27Tweak logging.Nicholas Marriott