[PR #99] [CLOSED] feat(core): add title change method #1066

Closed
opened 2026-03-14 09:16:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/99
Author: @msmps
Created: 8/28/2025
Status: Closed

Base: mainHead: feat/add-title-change-functionality-20250828210547


📝 Commits (10+)

  • c139bed feat(core): add title change method
  • a441563 Feat: vue renderer (#81)
  • 7ebad38 adjust vue to new renderables ctors
  • de2abde docs and build
  • 39366a4 prepare release 0.1.12
  • e06bd03 feat: Add Go bindings package with centralized C header (#84)
  • b4dbcf4 remove Group renderable in favor of Box (default no borders)
  • 54210ba fix demo cleanup
  • 14a1ef8 feat(core): add title change method
  • 9fcac56 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/99 **Author:** [@msmps](https://github.com/msmps) **Created:** 8/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-title-change-functionality-20250828210547` --- ### 📝 Commits (10+) - [`c139bed`](https://github.com/anomalyco/opentui/commit/c139bed7843433b505c19af5152bb88ead3a18be) feat(core): add title change method - [`a441563`](https://github.com/anomalyco/opentui/commit/a44156346353c6a94f591fd75496c199bfd5223e) Feat: vue renderer (#81) - [`7ebad38`](https://github.com/anomalyco/opentui/commit/7ebad383295305d6220ff5676cfd625e4d4561f7) adjust vue to new renderables ctors - [`de2abde`](https://github.com/anomalyco/opentui/commit/de2abdeb44a5261735365d314e915c1d99ead5b1) docs and build - [`39366a4`](https://github.com/anomalyco/opentui/commit/39366a4ffbb79b87072d66ce214ca6473d78b580) prepare release 0.1.12 - [`e06bd03`](https://github.com/anomalyco/opentui/commit/e06bd03c8b286702bcab74bbf3f435bc17a55e1d) feat: Add Go bindings package with centralized C header (#84) - [`b4dbcf4`](https://github.com/anomalyco/opentui/commit/b4dbcf47101f404da4ceddce4404b55bc4b8f8b4) remove Group renderable in favor of Box (default no borders) - [`54210ba`](https://github.com/anomalyco/opentui/commit/54210ba4cc91b32b1ede773ca57a9293404ae300) fix demo cleanup - [`14a1ef8`](https://github.com/anomalyco/opentui/commit/14a1ef8ddf059640200cebaa7b3a24c8f8d0b49d) feat(core): add title change method - [`9fcac56`](https://github.com/anomalyco/opentui/commit/9fcac56eab3b2e862e54f63639507c92c4c863a4) Merge 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) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 09:16:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#1066
No description provided.