vercel/hyper

Cannot clear terminal with Command+K since latest version (1.3.2.1744)

Open

#1,808 opened on May 10, 2017

View on GitHub
 (33 comments) (34 reactions) (0 assignees)TypeScript (3,558 forks)batch import
help wanted

Repository metrics

Stars
 (44,582 stars)
PR merge metrics
 (No merged PRs in 30d)

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 Sierra Version 10.12.2
  • Hyper.app version: Version 1.3.2 (1.3.2.1744)
  • Link of a Gist with the contents of your .hyper.js: Link
  • Relevant information from devtools No errors in console.
  • The issue is reproducible in vanilla Hyper.app: The only plugin I have is a theme.

Issue

Ever since the latest update, it seems I can't clear the terminal with command+K. This issue only happens when I have done npm start to start webpack for one of my apps. Currently, whenever I press command+K, it makes ^L appear at the bottom of the terminal.

Here is a screenshot of the issue: (You can see the ^L come everytime I try to clear at the bottom):

screen shot 2017-05-10 at 4 43 27 am

EDIT: Just to provide some more info, if I exit out of the process with control+C, and then run the clear with command+K it works fine.

Contributor guide