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

bug: Transparent background makes previous contents not clear #42

Open
mabasic opened this issue Feb 9, 2024 · 0 comments
Open

bug: Transparent background makes previous contents not clear #42

mabasic opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mabasic
Copy link

mabasic commented Feb 9, 2024

Bug description A clear and concise description of what the bug is.

When you create a tui:

    const tui = new Tui({
      // style: colors.bgBlack, // Make background black
    });

And then you draw something on the screen that uses Computed and try resizing the window, you will see that the old text/object is displayed in the previous position also.

Bug when you uncomment the above line (style) it works as expected.

Expected behavior What you expected to happen instead.

Old objects / artifacts should be removed.

Screenshots Screenshots to help explain your problem (optional).

@mabasic mabasic added the bug Something isn't working label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant