[PR #102] [MERGED] feat(core): add function to set terminal title #1068

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/102
Author: @msmps
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @kommander

Base: mainHead: feat/add-set-title-20250829161325


📝 Commits (1)

  • e3fcca5 feat(core): add function to set terminal title

📊 Changes

6 files changed (+65 additions, -0 deletions)

View changed files

packages/core/src/examples/terminal-title.ts (+29 -0)
📝 packages/core/src/renderer.ts (+4 -0)
📝 packages/core/src/zig.ts (+10 -0)
📝 packages/core/src/zig/ansi.zig (+7 -0)
📝 packages/core/src/zig/lib.zig (+7 -0)
📝 packages/core/src/zig/terminal.zig (+8 -0)

📄 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/102 **Author:** [@msmps](https://github.com/msmps) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `feat/add-set-title-20250829161325` --- ### 📝 Commits (1) - [`e3fcca5`](https://github.com/anomalyco/opentui/commit/e3fcca541931cf17d8a13094edece54f9f5a8f52) feat(core): add function to set terminal title ### 📊 Changes **6 files changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/core/src/examples/terminal-title.ts` (+29 -0) 📝 `packages/core/src/renderer.ts` (+4 -0) 📝 `packages/core/src/zig.ts` (+10 -0) 📝 `packages/core/src/zig/ansi.zig` (+7 -0) 📝 `packages/core/src/zig/lib.zig` (+7 -0) 📝 `packages/core/src/zig/terminal.zig` (+8 -0) </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:44 +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#1068
No description provided.