From 01c264b1b7e276e0126b002327b550fc3d37ccce Mon Sep 17 00:00:00 2001 From: PhilSwift7 Date: Mon, 17 Sep 2018 20:15:03 +0200 Subject: [PATCH] remove line breaks from base64'd clipboard content --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index c1ca84c..51343d3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -644,7 +644,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # fi # fi # -# printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | head -c 74994 | base64)" > "$tty" +# printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | head -c 74994 | base64 | tr -d '\n')" > "$tty" # } # # _apply_overrides() {