diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 8a2bd29..6da8b41 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -239,7 +239,7 @@ _osc_start() { # requires ST to end its wrapping DCS. _osc_end() { if [ -n "$TMUX" ]; then - printf "\a\e\\" + printf "\a\e\x5c" # 0x5c == backslash else printf "\a" fi