[PR #5713] feat(tui): add option to toggle displaying terminal title #11544

Closed
opened 2026-02-16 18:16:23 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5713

State: closed
Merged: Yes


Adds tui.set_terminal_title config option to complement the existing OPENCODE_DISABLE_TERMINAL_TITLE env flag.

Usage:

{
  "tui": {
    "set_terminal_title": false
  }
}
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5713 **State:** closed **Merged:** Yes --- Adds `tui.set_terminal_title` config option to complement the existing `OPENCODE_DISABLE_TERMINAL_TITLE` env flag. Usage: ```json { "tui": { "set_terminal_title": false } }
yindo added the pull-request label 2026-02-16 18:16:23 -05:00
yindo closed this issue 2026-02-16 18:16:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11544