GhosttyTerminalTapResolution typedef

GhosttyTerminalTapResolution = ({bool clearSelection, String? hyperlink})

Shared result of resolving a terminal tap against selection and hyperlink state.

Implementation

typedef GhosttyTerminalTapResolution = ({
  bool clearSelection,
  String? hyperlink,
});