Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Freeze #80

Open
nikitaeverywhere opened this issue Jan 20, 2017 · 1 comment
Open

Output Freeze #80

nikitaeverywhere opened this issue Jan 20, 2017 · 1 comment

Comments

@nikitaeverywhere
Copy link
Member

When there is a lot of text printed to the output, WebTerminal freezes until all the text is printed out.

Example:

for i=1:1:1000 w $tr($j("",400)," ","@"),!

The normal behavior for this is not to block the output, but to continuously print all the output without freezing until it gets printed.

@gulias
Copy link

gulias commented Jan 31, 2017

This can also be reproduced by printing the content of a global to the screen, which can be a bit annoying as sometimes you don't know how big is the global before printing it.

Example:

zwrite ^myGlobal

@nikitaeverywhere nikitaeverywhere modified the milestones: 4.1.4, 4.3, 4.3.0 May 9, 2017
@nikitaeverywhere nikitaeverywhere removed this from the 4.3.0 milestone Oct 14, 2017
@nikitaeverywhere nikitaeverywhere removed their assignment Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants