Skip to content

Commit 1d03ec8

Browse files
committed
Remove JavaScript approximation from the README title
1 parent 1368a8d commit 1d03ec8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM Version](https://img.shields.io/npm/v/ghostty-web)](https://npmjs.com/package/ghostty-web) [![NPM Downloads](https://img.shields.io/npm/dw/ghostty-web)](https://npmjs.com/package/ghostty-web) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/ghostty-web)](https://npmjs.com/package/ghostty-web) [![license](https://img.shields.io/github/license/coder/ghostty-web)](./LICENSE)
44

5-
[Ghostty](https://github.com/ghostty-org/ghostty) for the web with [xterm.js](https://github.com/xtermjs/xterm.js) API compatibility — giving you a proper VT100 implementation in the browser, not a JavaScript approximation of one.
5+
[Ghostty](https://github.com/ghostty-org/ghostty) for the web with [xterm.js](https://github.com/xtermjs/xterm.js) API compatibility — giving you a proper VT100 implementation in the browser.
66

77
- Migrate from xterm by changing your import: `@xterm/xterm``ghostty-web`
88
- WASM-compiled parser from Ghostty—the same code that runs the native app
@@ -28,10 +28,10 @@ Originally created for [Mux](https://github.com/coder/mux) (a desktop app for is
2828

2929
xterm.js is everywhere—VS Code, Hyper, countless web terminals. But it has fundamental issues:
3030

31-
| Issue | xterm.js | ghostty-web |
32-
| ---------------------------------------- | ------------------------------------------------------------------- | -------------------------- |
33-
| **Complex scripts** (Devanagari, Arabic) | Rendering issues | ✓ Proper grapheme handling |
34-
| **XTPUSHSGR/XTPOPSGR** | [Not supported](https://github.com/xtermjs/xterm.js/issues/2570) | ✓ Full support |
31+
| Issue | xterm.js | ghostty-web |
32+
| ---------------------------------------- | ---------------------------------------------------------------- | -------------------------- |
33+
| **Complex scripts** (Devanagari, Arabic) | Rendering issues | ✓ Proper grapheme handling |
34+
| **XTPUSHSGR/XTPOPSGR** | [Not supported](https://github.com/xtermjs/xterm.js/issues/2570) | ✓ Full support |
3535

3636
xterm.js reimplements terminal emulation in JavaScript. Every escape sequence, every edge case, every Unicode quirk—all hand-coded. Ghostty's emulator is the same battle-tested code that runs the native Ghostty app.
3737

0 commit comments

Comments
 (0)