mirror of
1
0
Fork 0
This commit is contained in:
Gregory Pakosz 2018-03-05 21:16:24 +01:00
parent 6a67d4e267
commit a4e1b6af0f
1 changed files with 1 additions and 1 deletions

View File

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