From 9add1802907068f18b86592afdac1d169ddd8fe0 Mon Sep 17 00:00:00 2001 From: Mark Kelly Date: Fri, 24 Apr 2020 09:34:16 -0400 Subject: [PATCH] Add -a to set terminal-overrides as we want to add to it, not remove what is already there --- usr/share/byobu/profiles/tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 20858444..25c0d2bf 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -61,7 +61,7 @@ set-window-option -g monitor-activity on set -g default-terminal "$BYOBU_TERM" # The following helps with Shift-PageUp/Shift-PageDown -set -g terminal-overrides 'xterm*:smcup@:rmcup@' +set -ga terminal-overrides 'xterm*:smcup@:rmcup@' # Must set default-command to $SHELL, in order to not source ~/.profile # BUG: Should *not* hardcode /bin/bash here