From 3cd4a08ffb4bcba0cfbb8a29574ff40d134dc186 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 6 Jun 2008 17:55:27 +0000 Subject: Make server exit when last session dies. Also fix window check for status activity redraw. --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 96a2cd35..0cb36349 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +06 June 2008 + +* The server now exits when no sessions remain. +* Fix bug with inserting characters with TERM=xterm-color. + 05 June 2008 * Completely reorganise command parsing. Much more common code in cmd-generic.c @@ -440,4 +445,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.113 2008-06-05 23:17:03 nicm Exp $ +$Id: CHANGES,v 1.114 2008-06-06 17:55:27 nicm Exp $ -- cgit