Re: [PATCH] Add command to refresh status bar

2011-09-28 Thread Marco Beck
re -S should redraw the entire client or should it > not just redraw just the status line? You're right, the former is probably overkill (and even more so for my use case). I changed it in the patch attached. Thanks, Marco # HG changeset patch # User Marco Beck # Date 131723

Re: [PATCH] Add command to refresh status bar

2011-09-28 Thread Marco Beck
set patch # User Marco Beck # Date 1317224819 -7200 # Node ID d26aac2352312550f863454f1ab3c7814dd0ffa7 # Parent 2a041ad30bca5f26d6ca8c056957e0ce364a8305 Add option '-S' to refresh-client to additionally update the status bar. diff --git a/cmd-refresh-client.c b/cmd-refresh-client.c --- a/c

[PATCH] Add command to refresh status bar

2011-09-27 Thread Marco Beck
is. Marco # HG changeset patch # User Marco Beck # Date 1317154638 -7200 # Node ID dcbe3b0731710931a6091104cbbd512540664e57 # Parent 2a041ad30bca5f26d6ca8c056957e0ce364a8305 Add new command to refresh status bar. diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -10

Re: Ring terminal bell on alert

2011-06-26 Thread Marco Beck
hanks, Marco # HG changeset patch # User Marco Beck # Date 1308868029 -7200 # Node ID 75239794e945b99734c3668b654c61ccc2476fd3 # Parent db675b1c6a76574e0555c917c69fa799882d6e0e Ring terminal bell on activity, content and silence alerts diff --git a/options-table.c b/options-table.c --- a/opt

Ring terminal bell on alert

2011-06-18 Thread Marco Beck
;bell-on-content-alert", "bell-on-activity-alert" etc.), though that probably is config bloat. Regards, Marco # HG changeset patch # User Marco Beck # Date 1308390888 -7200 # Node ID 64d47bef68e29ce1672c1a75a815655f7b0fa56b # Parent dae3664b7a22ac5bfcc967a44d369e58cf163c9c New fe