My agentic slop goes here. Not intended for anyone else!
at main 286 B view raw
1(** Kitty Graphics Protocol - Terminal Detection *) 2 3val make_query : unit -> string 4(** Generate a query command to test graphics support. *) 5 6val supports_graphics : Kgp_response.t option -> da1_received:bool -> bool 7(** Determine if graphics are supported based on query results. *)