diff --git a/debian/changelog b/debian/changelog index 0b6451ce..88b4d113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,8 @@ byobu (4.38) unreleased; urgency=low - add window resizing keybindings - get scrollback alt-pageup working \o/ - set history limit to match byobu/screen - - display pane numbers for 100ms when moving between panes + - display pane numbers for 200ms when moving between panes + - set the pane listing colors -- Dustin Kirkland Thu, 29 Sep 2011 14:46:58 -0400 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index d06e7f4e..3ef21c19 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -61,7 +61,9 @@ set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' set-option -g pane-active-border-fg magenta set-option -g pane-border-fg magenta set-option -g history-limit 10000 -set-option -g display-panes-time 100 +set-option -g display-panes-time 200 +set-option -g display-panes-colour gray +set-option -g display-panes-active-colour magenta set-window-option -g window-status-attr default set-window-option -g window-status-bg black