vercel/hyper
View on GitHubCannot clear terminal with Command+K since latest version (1.3.2.1744)
Open
#1808 opened on May 10, 2017
help wanted
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):

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.