- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 576
 
Closed
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master
Description
Issue summary
When you echo async function without flush, the output is not flushed at all
Expected behavior
flush should always output the content you echo
Steps to reproduce
Write this code:
term.echo(async () => 'Hello', { newline: false, flush: false });
term.echo(async () => ', world!', { flush: false });
term.flush();Browser and OS
N/A
Additional notes
New devel method terminal::view_ready() fix the issue. It seems that terminal::view_ready() needs to be changed to terminal::output_ready().
Metadata
Metadata
Assignees
Labels
Bugresolvedif issue is resolved, it will be open until merge with masterif issue is resolved, it will be open until merge with master