Fix bash integration debug log printing

This commit is contained in:
pagedown
2022-03-07 20:43:14 +08:00
parent c9071a66ca
commit 0b2837fcfa

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