Hello,
I am having an issue where my terminal does not get a bell passed
onto it if the window generating a bell is the active window. The
simple test that I've done is to do "sleep 5 && echo -e '\a'", alt+tab
to another window on my workstation, and wait 5 seconds. This does not
pass the bell along. If I run this same command, switch to a different
window in tmux, then alt+tab on my workstation, the bell is passed
along (indicated by PuTTY flashing on the taskbar).
The only settings that I've mucked with that I can see as related
are these two:
set -g bell-action any
set -g visual-bell off
Here is my stupid simple tmux.conf just in case I'm wrong here:
set -g default-terminal "screen"
set -g prefix C-a
set -g status on
set -g status-interval 1
set -g status-justify "centre"
set -g status-left-length 32
set -g status-left '#[bold,fg=magenta,bg=black][ #[nobold,fg=cyan]#H
#[bold,fg=magenta]]'
set -g status-right '#[bold,fg=magenta,bg=black][
#[nobold,fg=cyan]%d-%m %T #[bold,fg=magenta]]'
set -g display-time 3000
set -g status-bg "black"
set -g status-fg "cyan"
setw -g window-status-format "#I #W"
setw -g window-status-current-format "#[bold,fg=magenta](#[fg=cyan]#I
#W#[fg=magenta])"
set -g pane-border-fg "cyan"
set -g pane-border-bg "green"
set -g pane-active-border-fg "blue"
set -g pane-active-border-bg "yellow"
set -g display-panes-active-colour "magenta"
set -g display-panes-colour "cyan"
set -g message-bg "white"
set -g message-fg "black"
set -g history-limit 2000
set -g bell-action any
set -g visual-bell off
unbind '"'
bind '"' list-windows
unbind %
bind | split-window -h
bind - split-window -v
Thanks muchly,
Josh
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
tmux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-users