vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No flow control?

jerch opened this issue · comments

commented

Seems hyper has no flow control in place?

Repro:

  • run cat /dev/zero in hyper

Result:
grafik

Fix:
Implement flow control (see https://xtermjs.org/docs/guides/flowcontrol/).

oh! got it, thanks for informing, will check out the guide.