vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to prevent CSI from clearing scrollback

aadityajshah opened this issue · comments

  • [x ] I am on the latest Hyper.app version
  • [ x] I have searched the issues of this repo and believe that this is not a duplicate

Issue

When running certain commands, the screen is getting cleared, and scrollback is prevented.
According the the V100 Manual, it's due to the ED Escape sequence being set to 3: https://www.vt100.net/docs/vt100-ug/chapter3.html#ED

There is additional information here: https://unix.stackexchange.com/questions/318262/bash-clear-command-weird-behavior-deletes-scrollback-buffer

Being able to stop the scrollback clearing would be amazing. This is a setting in iTerm "Prevent CSI 3 J from clearing scrollback history"