mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #99] [CLOSED] feat(core): add title change method #285
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#285
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/99
Author: @msmps
Created: 8/28/2025
Status: ❌ Closed
Base:
main← Head:feat/add-title-change-functionality-20250828210547📝 Commits (10+)
c139bedfeat(core): add title change methoda441563Feat: vue renderer (#81)7ebad38adjust vue to new renderables ctorsde2abdedocs and build39366a4prepare release 0.1.12e06bd03feat: Add Go bindings package with centralized C header (#84)b4dbcf4remove Group renderable in favor of Box (default no borders)54210bafix demo cleanup14a1ef8feat(core): add title change method9fcac56Merge branch 'feat/add-title-change-functionality-20250828210547' of github.com:msmps/opentui into feat/add-title-change-functionality-20250828210547📊 Changes
107 files changed (+5113 additions, -562 deletions)
View changed files
📝
README.md(+22 -0)📝
bun.lock(+66 -17)📝
package.json(+5 -2)📝
packages/core/docs/getting-started.md(+0 -19)📝
packages/core/package.json(+7 -7)📝
packages/core/src/benchmark/renderer-benchmark.ts(+2 -10)📝
packages/core/src/examples/ascii-font-selection-demo.ts(+3 -3)📝
packages/core/src/examples/fonts.ts(+3 -3)📝
packages/core/src/examples/fractal-shader-demo.ts(+3 -4)📝
packages/core/src/examples/framebuffer-demo.ts(+3 -4)📝
packages/core/src/examples/full-unicode-demo.ts(+2 -2)📝
packages/core/src/examples/hast-syntax-highlighting-demo.ts(+3 -11)📝
packages/core/src/examples/index.ts(+1 -1)📝
packages/core/src/examples/input-demo.ts(+2 -3)📝
packages/core/src/examples/input-select-layout-demo.ts(+5 -12)📝
packages/core/src/examples/lib/tab-controller.ts(+2 -2)📝
packages/core/src/examples/lights-phong-demo.ts(+3 -4)📝
packages/core/src/examples/live-state-demo.ts(+21 -51)📝
packages/core/src/examples/mouse-interaction-demo.ts(+204 -191)📝
packages/core/src/examples/nested-zindex-demo.ts(+5 -6)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.