From a4e1b6af0f249c10612ca91cd7e118156f0bdcb0 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 5 Mar 2018 21:16:24 +0100 Subject: [PATCH] wip --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index dcc5d7e..15e23f5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -642,7 +642,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # fi # fi # -# printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | base64)" > "$tty" +# printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | head -c 74994 | base64)" > "$tty" # } # # _apply_overrides() {