Fix bash integration debug log printing

This commit is contained in:
pagedown 2022-03-07 20:43:14 +08:00
parent c9071a66ca
commit 0b2837fcfa
No known key found for this signature in database
GPG key ID: E921CF18AC8FF6EB

View file

@ -89,7 +89,7 @@ _ksi_main() {
# print a line to STDOUT of parent kitty process
builtin local b
b=$(builtin command base64 <<< "${@}")
builtin printf "\eP@kitty-print|%s\e\\" "${b//\\n}"
builtin printf "\eP@kitty-print|%s\e\\" "${b//[[:space:]]}}"
}
_ksi_set_mark() {