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

Restructure the code to evaluate the number of lines before actually printing #22

Open
BastaMasta opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@BastaMasta
Copy link
Owner

As it is now, the total number of lines remains unknown, restructure the code in such a way that all the lines get separated and pushed onto a vector, deleting the old one and then finally printing it later.

@BastaMasta BastaMasta added bug Something isn't working enhancement New feature or request labels Dec 12, 2024
@BastaMasta BastaMasta self-assigned this Dec 12, 2024
@BastaMasta BastaMasta moved this to Backlog in boxy-cli Development Dec 12, 2024
@BastaMasta BastaMasta moved this from Backlog to In progress in boxy-cli Development Dec 12, 2024
@BastaMasta
Copy link
Owner Author

found out this requires a complete restructure of the recursive printing part of the code.

have to tackle it now or it will lead to a bigger problem later on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant