aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Pass through backspace for now.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.
* Whoops. Other way round.Nicholas Marriott2007-09-21
|
* session_last == -1 could still leave us with the window we are about to remove.Nicholas Marriott2007-09-21
|
* Be more careful about destroying windows.Nicholas Marriott2007-09-21
|
* Don't resize unless size changed.Nicholas Marriott2007-09-21
|
* Move common command code into single function; from Maximilian Gass.Nicholas Marriott2007-09-20
|
* META env var.Nicholas Marriott2007-09-20
|
* Sync.Nicholas Marriott2007-09-20
|
* Last window option.Nicholas Marriott2007-09-20
|
* Reset ignored signals after forkpty.Nicholas Marriott2007-09-20
|
* Wrap next/prev.Nicholas Marriott2007-09-20
|
* Truncate array if last window is closed.Nicholas Marriott2007-09-19
|
* Don't renumber on close.Nicholas Marriott2007-09-19
|
* Sync.Nicholas Marriott2007-09-19
|
* Upd.Nicholas Marriott2007-09-18
|
* This ain't goin' nowhere fast.Nicholas Marriott2007-09-05
|
* Set up signal handlers before fork so server has them too.Nicholas Marriott2007-08-28
|
* Tweak comment; use sizeof.Nicholas Marriott2007-08-28
|
* Scrolling region.Nicholas Marriott2007-08-28
|
* Remove old sockets after error.Nicholas Marriott2007-08-28
|
* session_flush can go bye-bye again.Nicholas Marriott2007-08-27
|
* Flush even detached sessions.Nicholas Marriott2007-08-27
|
* Consistent error message.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
|
* Don't try to upadte window after free.Nicholas Marriott2007-08-27
|
* Use after free.Nicholas Marriott2007-08-27
|
* Don't scroll screen until trying to write beyond limits.Nicholas Marriott2007-08-27
|
* Don't accept zero titles.Nicholas Marriott2007-08-27
|
* These aren't unused.Nicholas Marriott2007-08-27
|
* Use $SHELL for new shell, if set.Nicholas Marriott2007-08-27
|
* We use screen now, not ansi.Nicholas Marriott2007-08-27
|
* Update to be more readable and hopefully lose memory problems.Nicholas Marriott2007-08-27
|
* +.Nicholas Marriott2007-08-27
|
* Tweak logging.Nicholas Marriott2007-08-27
|
* Sync with fdm.Nicholas Marriott2007-08-27
|
* Sync with fdm.Nicholas Marriott2007-07-25
|
* Some code tidying, use macros in a few more places.Nicholas Marriott2007-07-10
|
* And more.Nicholas Marriott2007-07-09
|
* Log missing terminfo vars rather than dying.Nicholas Marriott2007-07-09
|
* 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.
* Standard project directories initialized by cvs2svn.no_author2007-07-09