mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Fix a typo in _ksi_debug_print
This commit is contained in:
@@ -35,7 +35,7 @@ builtin typeset -gi _ksi_state
|
||||
# Asks kitty to print $@ to its stdout. This is for debugging.
|
||||
_ksi_debug_print() {
|
||||
builtin local data
|
||||
data=$(command base64 <<<"${(j: :}@}") || builtin return
|
||||
data=$(command base64 <<<"${(j: :)@}") || builtin return
|
||||
builtin printf '\eP@kitty-print|%s\e\\' "${data//$'\n'}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user