ghostty_snapshot_encode function

GhosttyResult ghostty_snapshot_encode(
  1. GhosttyTerminal terminal,
  2. GhosttyWriter writer
)

Implementation

GhosttyResult ghostty_snapshot_encode(
  GhosttyTerminal terminal,
  GhosttyWriter writer,
) => GhosttyResult.fromValue(_ghostty_snapshot_encode(terminal, writer));