aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-06 17:55:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-06 17:55:27 +0000
commit3cd4a08ffb4bcba0cfbb8a29574ff40d134dc186 (patch)
tree321523836e1c269edaab4a07caa1a41546501a84 /CHANGES
parent6a187bb8d379b6f3b77adcd3550ab31dc8058030 (diff)
downloadrtmux-3cd4a08ffb4bcba0cfbb8a29574ff40d134dc186.tar.gz
rtmux-3cd4a08ffb4bcba0cfbb8a29574ff40d134dc186.tar.bz2
rtmux-3cd4a08ffb4bcba0cfbb8a29574ff40d134dc186.zip
Make server exit when last session dies. Also fix window check for status activity redraw.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
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 $