1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00
This commit is contained in:
Gregory Pakosz 2018-03-05 21:16:24 +01:00
parent 6a67d4e267
commit a4e1b6af0f

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