vercel / vercel/hyper

Blinking text style attribute not working (macOS/Unix shell) - ANSI Escape Codes

Open
#6,992 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: macOS 13.1
  • Hyper.app version: 3.4.1
  • The issue is reproducible in vanilla Hyper.app: Yes

Issue

Linux/macOS/Unix shell supports an escape sequence to blink a text, like the color escape codes. Windows should have something like that too.
For example, when I run the command echo -e "\033[5mBlink" in the native "Terminal" App on macOS, it outputs "Blink" which is flashing. Running the same command in Hyper just outputs "Blink" with no flashing.
Tested with sh and zsh.

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Start by reproducing echo -e "\033[5mBlink" in Hyper on macOS or a Unix shell, then trace how ANSI escape sequences are handled during terminal rendering. Done means the blink style is rendered in Hyper and the behavior is covered by an appropriate test if the existing test suite supports it.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.