close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/ghostty-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/ghostty-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: renderstate-completion
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Dec 2, 2025

  1. Migrate to use RenderState

    From Mitchell's comment on HN: https://news.ycombinator.com/item?id=46111944This should improve performance dramatically.This also adds a basic set of benchmarks which have not yet been optimized.
    kylecarbs committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    96da9d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. fix: restore terminal config support and fix formatting

    - Add GhosttyTerminalConfig struct and ghostty_terminal_new_with_config to WASM API
    - Update GhosttyTerminal constructor to accept optional config parameter
    - Update Ghostty.createTerminal() to pass config through
    - Fix double semicolon formatting issue in terminal.ts
    
    Restored config options:
    - scrollbackLimit: Max scrollback lines (0 = unlimited)
    - fgColor: Default foreground color (0xRRGGBB)
    - bgColor: Default background color (0xRRGGBB)
    - cursorColor: Cursor color (0xRRGGBB)
    - palette: 16-color ANSI palette
    sreya committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    5d2fe07 View commit details
    Browse the repository at this point in the history
Loading