mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #166] [WIP] libvterm #1120
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/166
Author: @dnakov
Created: 9/16/2025
Status: 🔄 Open
Base:
main← Head:pty📝 Commits (3)
79495a0pty initial attempt8bce945Add TerminalRenderer and libvterm integration6c00d9ffix prettier and build📊 Changes
21 files changed (+3349 additions, -11 deletions)
View changed files
📝
packages/core/src/examples/index.ts(+13 -0)➕
packages/core/src/examples/simple-terminal-demo.ts(+97 -0)📝
packages/core/src/index.ts(+1 -0)➕
packages/core/src/lib/clipboard.ts(+71 -0)➕
packages/core/src/pty.ts(+87 -0)➕
packages/core/src/renderables/TerminalRenderer.ts(+554 -0)📝
packages/core/src/renderables/index.ts(+1 -0)📝
packages/core/src/zig.ts(+320 -9)📝
packages/core/src/zig/buffer.zig(+2 -1)📝
packages/core/src/zig/build.zig(+140 -1)📝
packages/core/src/zig/lib.zig(+133 -0)➕
packages/core/src/zig/libvterm.zig(+768 -0)➕
packages/core/src/zig/libvterm_emu.zig(+260 -0)➕
packages/core/src/zig/pty.zig(+188 -0)➕
packages/core/src/zig/terminal_session.zig(+89 -0)➕
packages/core/src/zig/vterm_wrapper.c(+252 -0)➕
packages/core/src/zig/vterm_wrapper.h(+59 -0)➕
packages/solid/examples/tmux-4-pane.tsx(+303 -0)📝
packages/solid/jsx-runtime.d.ts(+2 -0)📝
packages/solid/src/elements/index.ts(+2 -0)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.