vtortola / ng-terminal-emulator

Toy terminal emulator built with Angular JS.
http://vtortola.github.io/ng-terminal-emulator/
MIT License
153 stars 44 forks source link

Remove extra whitespace on first line of terminal output #3

Open stonemaster opened 9 years ago

stonemaster commented 9 years ago

With every valid line 2 extra whitespaces are prepended to the actual output. If this is wanted by the user the output should aready be provided by the user with that extra whitespace. Otherwise there is no way to disable this behaviour..

vtortola commented 9 years ago

taking a look to this tomorrow I promise! Thanks!