From 5572bbdf150ac0add656d9504a66da51b61c31e1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 24 Apr 2012 01:11:39 +0100 Subject: Beep on incomming message --- windows.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'windows.c') diff --git a/windows.c b/windows.c index 466e798f..97515036 100644 --- a/windows.c +++ b/windows.c @@ -179,7 +179,8 @@ void win_show_incomming_msg(const char * const from, const char * const message) status_bar_new(win_index); _cons_show_incoming_message(short_from, win_index); } - + + beep(); } void win_show_outgoing_msg(const char * const from, const char * const to, -- cgit 1.4.1-2-gfad0 ange='this.form.submit();'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/debian/rules
blob: 7c5462cb7f63f3dd1085ae52636af4f4f14f9449 (plain) (blame)
1
2
3
4
5
6
7
8