ghostty_style_default function

  1. @Native<Void Function(Pointer<GhosttyStyle>)>(ffi.Pointer<GhosttyStyle>)>()
void ghostty_style_default(
  1. 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);