mirror of
1
0
Fork 0

remove line breaks from base64'd clipboard content

This commit is contained in:
PhilSwift7 2018-09-17 20:15:03 +02:00 committed by GitHub
parent 3446edaa71
commit 01c264b1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {