✅ Rust PTY backend (portable-pty) - pty_spawn / pty_write / pty_resize / pty_kill commands - Output streamed via pty:data Tauri events (base64-encoded bytes) - Spawns /bin/bash (falls back to /bin/bash), starts in /home/code ✅ xterm.js terminal card (full ANSI + true color) ✅ Toolbar (top-left) with + Note / + Terminal ✅ Shared useDragHandle hook (notes + terminals) ✅ Terminal font-size scales with canvas zoom → crisp at any zoom ✅ Terminal auto-refits when card resizes or zoom changes
26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"name": "@xterm/addon-fit",
|
|
"version": "0.11.0",
|
|
"author": {
|
|
"name": "The xterm.js authors",
|
|
"url": "https://xtermjs.org/"
|
|
},
|
|
"main": "lib/addon-fit.js",
|
|
"module": "lib/addon-fit.mjs",
|
|
"types": "typings/addon-fit.d.ts",
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-fit",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"terminal",
|
|
"xterm",
|
|
"xterm.js"
|
|
],
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
|
"prepackage": "npm run build",
|
|
"package": "../../node_modules/.bin/webpack",
|
|
"prepublishOnly": "npm run package",
|
|
"start": "node ../../demo/start"
|
|
},
|
|
"commit": "f447274f430fd22513f6adbf9862d19524471c04"
|
|
} |