Skip to content

status bar stays on screen after using ConsoleWithProgress #2

@amm042

Description

@amm042

If you stream a table with ConsoleWithProgress, it works great. But I have more output to display after the table but the 100% progress bar is stuck somehow on the bottom of the screen.

example

lazy_table.stream(...artist=lazy_table.artists.ConsoleWithProgress())
print("Hello world!") # this line will be above the status bar.

I think after the table is printed the cursor is positioned before the status bar and it inserts any additional output before the status bar.

Is there a way to remove the status bar when complete?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions