vercel / vercel/hyper

Audible beep via ANSI Escape Code not working

Open
#7,004 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.2
  • Hyper.app version: V3.4.1
  • The issue is reproducible in vanilla Hyper.app: Yes

Issue

The ANSI Escape Code for an audible beep (Bell Code) does not work with Hyper on macOS. It is working with macOS's native Terminal.app. To test it: echo -ne "\007"

It seems like Hyper does not support many default ANSI Escape Codes, including the text blinking style (#6992). Is it planned to support more ANSI Escape Codes in the future? Especially blinking and beeps are very basic functionalities, that should not be missing.

I'm using zsh. It also doesn't work with sh/bash.

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 the issue in vanilla Hyper on macOS with echo -ne "\007", comparing its behavior with Terminal.app. Then trace Hyper's ANSI escape-code handling and determine where the audible bell is omitted. Done means the documented test command produces an audible beep in Hyper; support for blinking and other codes may require separate scope clarification.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.