mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Fix bash integration debug log printing
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user