Skip to content

feat(libghostty): expose terminal search and clipboard APIs - #157

Merged
elias8 merged 5 commits into
mainfrom
feat/libghostty-terminal-apis
Sep 2, 2026
Merged

feat(libghostty): expose terminal search and clipboard APIs#157
elias8 merged 5 commits into
mainfrom
feat/libghostty-terminal-apis

Conversation

@elias8

@elias8 elias8 commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Sync the latest Ghostty terminal APIs through libghostty and flterm, adding incremental search, clipboard read and write support, paste handling, and secure random configuration.

  • Add native and WASM bindings for incremental terminal search and match selection.
  • Expose protocol-aware clipboard reads, write limits, and paste policy handling.
  • Forward the new clipboard APIs through flterm and regenerate the bindings.

@elias8 elias8 added pkg:libghostty Core Dart bindings package pkg:flterm Flutter terminal widget package build Build hooks, native compilation, prebuilt binaries feat New feature or request labels Sep 2, 2026
@elias8
elias8 force-pushed the feat/libghostty-terminal-apis branch from 3e3ec93 to 986c43b Compare September 2, 2026 16:55
Add incremental terminal search with native and WASM bindings, match selection, viewport results, and focused coverage.
Add clipboard read replies, write acknowledgements, clipboard limits, and policy-aware paste handling across native and WASM.
Expose the upstream secure-random callback and rejected result handling across native and WASM bindings.
Forward clipboard read requests and expose the upstream clipboard write limit through TerminalConfig.
@elias8
elias8 force-pushed the feat/libghostty-terminal-apis branch from 986c43b to 1fdb1d1 Compare September 2, 2026 20:45
@elias8
elias8 merged commit 5743e1b into main Sep 2, 2026
21 checks passed
@elias8
elias8 deleted the feat/libghostty-terminal-apis branch September 2, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build hooks, native compilation, prebuilt binaries feat New feature or request pkg:flterm Flutter terminal widget package pkg:libghostty Core Dart bindings package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant