From de24fbb35ce763c5e905c726733a561f5fa34724 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 19 Oct 2007 10:21:36 +0000 Subject: Add a bell-action option. --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 069adf4b..9167bea9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ 19 October 2007 +* (nicm) bell-style option with three choices: "none" completely ignore bell; + "any" pass through a bell in any window to current; "current" ignore bells + except in current window. This applies only to the bell terminal signal, + the status bar always reflects any bells. * (nicm) Refresh session command. 12 October 2007 @@ -131,5 +135,5 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.42 2007-10-19 09:21:24 nicm Exp $ +$Id: CHANGES,v 1.43 2007-10-19 10:21:24 nicm Exp $ -- cgit