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

$scope.showPrompt not work #7

Open ManasAtabaev opened 8 years ago

ManasAtabaev commented 8 years ago

Hi, try to use $scope.showPrompt = false; before server request came, but in not work. Thanks!

GerhardKreuzer commented 8 years ago

Hi, yes, there is some stuff, which isn't working. If interested I made a new code base which whipes out all that prompt stuff and now I have (basically) a nice bare metal terminal. Read my other issues for explainations. I want to add VT-100 behaviour, which means, that the terminal react correctly when ESC sequences arrive, but this is sheduled Q2 this year, sorry. For now I have a working proof of concept. If you still interested, please contact me, I subscribe to this discussion for that reason.

With best regards

Gerhard

vtortola commented 8 years ago

I will take a look, thanks.