mellobacon / Termello

A terminal emulator made in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Clear command doesnt clear everything

mellobacon opened this issue · comments

Describe the bug
When clearing a bunch of lines the clear command doesnt clear all of them

To Reproduce
Steps to reproduce the behavior:

  1. Press enter a bunch of types
  2. Type clear
  3. See error

Expected behavior
Its supposed to clear everything

Update: Source of the bug is identified. The command is reading the newlines as well hence the "command not found" result. For now if this happens just run the clear command twice.

Bug will be fixed in new version. Closing because bug is fixed.