mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
debug function
This commit is contained in:
@@ -13,6 +13,7 @@ cleanup_on_bootstrap_exit() {
|
||||
}
|
||||
trap 'cleanup_on_bootstrap_exit' EXIT
|
||||
die() { echo "$*" >/dev/stderr; cleanup_on_bootstrap_exit; exit 1; }
|
||||
debug() { printf "\033P@kitty-print|%s\033\\" "$(echo -n "debug: $1" | base64)"; }
|
||||
|
||||
data_started="n"
|
||||
data_complete="n"
|
||||
|
||||
Reference in New Issue
Block a user