mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
DCS @ kitty-print should be output to STDERR
This commit is contained in:
@@ -61,7 +61,7 @@ typeset -gi _ksi_fd
|
||||
}
|
||||
} 2>/dev/null || (( _ksi_fd = 1 ))
|
||||
|
||||
# Asks kitty to print $@ to its STDOUT. This is for debugging.
|
||||
# Asks kitty to print $@ to its STDERR. This is for debugging.
|
||||
_ksi_debug_print() {
|
||||
builtin local data
|
||||
data=$(builtin command base64 <<<"${(j: :)@}") || builtin return
|
||||
|
||||
Reference in New Issue
Block a user