ghostty_style_default function
- @Native<Void Function(Pointer<
GhosttyStyle> )>(ffi.Pointer<GhosttyStyle>)>()
- Pointer<
GhosttyStyle> style
Get the default style.
Initializes the style to the default values (no colors, no flags).
@param style Pointer to the style to initialize
@ingroup style
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<GhosttyStyle>)>()
external void ghostty_style_default(ffi.Pointer<GhosttyStyle> style);