Skip to content

bottom toolbar is flickering when reusing prompt #547

Open
@randy3k

Description

@randy3k
        p = Prompt()
        while True:
            p.prompt("> ", bottom_toolbar="toolbar")

sep-05-2017 00-04-26

after much investigation, it is caused by the output.erase_down() calls of the renderer.

I suppose for the prompt application, you only need to erase down to the bottom toolbar, so one solution is to override the erase_down method of the output?

EDIT, FloatContainer.write_to_screen is also responsible for the flicker when the prompt is near the bottom.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions