diff options
| author | Aiden Cline <[email protected]> | 2025-12-10 17:06:16 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-10 17:06:16 -0600 |
| commit | e36c3492221cf8c225bddb6a74431254de8d54a3 (patch) | |
| tree | 17a9fa98fd95d57c4a56e544e3dba88cc235c228 | |
| parent | b274371dbb2b6853636a063907371418f7cbae46 (diff) | |
| download | opencode-e36c3492221cf8c225bddb6a74431254de8d54a3.tar.gz opencode-e36c3492221cf8c225bddb6a74431254de8d54a3.zip | |
tweak: oc -> OC
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/app.tsx b/packages/opencode/src/cli/cmd/tui/app.tsx index 1107ddd6a..4c501c1e1 100644 --- a/packages/opencode/src/cli/cmd/tui/app.tsx +++ b/packages/opencode/src/cli/cmd/tui/app.tsx @@ -186,7 +186,7 @@ function App() { // Truncate title to 40 chars max const title = session.title.length > 40 ? session.title.slice(0, 37) + "..." : session.title - renderer.setTerminalTitle(`oc | ${title}`) + renderer.setTerminalTitle(`OC | ${title}`) } }) |
