mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
DCS @ kitty-print should be output to STDERR
This commit is contained in:
parent
0b2837fcfa
commit
b4b0bdc853
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ _ksi_main() {
|
|||
builtin unset KITTY_SHELL_INTEGRATION
|
||||
|
||||
_ksi_debug_print() {
|
||||
# print a line to STDOUT of parent kitty process
|
||||
# print a line to STDERR of parent kitty process
|
||||
builtin local b
|
||||
b=$(builtin command base64 <<< "${@}")
|
||||
builtin printf "\eP@kitty-print|%s\e\\" "${b//[[:space:]]}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue