Fix bash integration debug log printing
This commit is contained in:
parent
c9071a66ca
commit
0b2837fcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue