Hi and thanks for your reply.
I already posted a reply some days ago but it didn't get through for some
reason.
Anyway, after some further investigation I figured out that there was no
such option so I set out to create one myself.
My current approach is to append a bell char to the activity message in
server-window.c as seen below.
This does NOT work however as tmux seems to suppress it for some reason I
have yet to find out.
Any insight would be greatly appreciated as appending any normal char
works without problems.
--- server-window.c.orig 2011-06-09 00:51:29.134619408 +0200
+++ server-window.c 2011-06-09 00:52:07.947263380 +0200
@@ -142,7 +142,7 @@
c = ARRAY_ITEM(&clients, i);
if (c == NULL || c->session != s)
continue;
- status_message_set(c, "Activity in window %u",
+ status_message_set(c, "Activity in window %u \a",
winlink_find_by_window(&s->windows, w)->idx);
}
}
With best regards,
pelvix
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
tmux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-users