ghostty_terminal_selection_ordered function
GhosttyResult
ghostty_terminal_selection_ordered(
- GhosttyTerminal terminal,
- Pointer<
GhosttySelection> selection, - GhosttySelectionOrder desired,
- Pointer<
GhosttySelection> out_selection,
Implementation
GhosttyResult ghostty_terminal_selection_ordered(
GhosttyTerminal terminal,
ffi.Pointer<GhosttySelection> selection,
GhosttySelectionOrder desired,
ffi.Pointer<GhosttySelection> out_selection,
) => GhosttyResult.fromValue(
_ghostty_terminal_selection_ordered(
terminal,
selection,
desired.value,
out_selection,
),
);