anomalyco / anomalyco/opencode

fix(tui): ASCII logo renders letter n as o (opeocode)

Open
#46,643 0 comments 0 reactions 1 assignee View on GitHub

@kommander is already working on this.

Since Sep 1, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

What is the issue?

In the TUI splash screen, the ASCII logo renders as opeocode instead of opencode.

The 3rd row of the letter n in packages/tui/src/logo.ts and packages/tui/src/util/presentation.ts is defined with ▀~~▀. Because ~ renders a top-half block with shadow styling, it draws a continuous horizontal line across the bottom of the glyph between the two stems. This closes off the bottom of the letter n, making it look identical to the closed box o glyph.

Expected behavior

The space between the two stems of n should remain open (▀ ▀) rather than having a bottom horizontal bar connecting them.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.