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

TaskList is messed up if BOLD words are cut off by line clipping #10

Open
BeayemX opened this issue Mar 25, 2018 · 2 comments
Open

TaskList is messed up if BOLD words are cut off by line clipping #10

BeayemX opened this issue Mar 25, 2018 · 2 comments
Labels

Comments

@BeayemX
Copy link
Owner

BeayemX commented Mar 25, 2018

How it looks like normally:
image

How it looks like when cut off:
image

@BeayemX BeayemX added the bug label Mar 25, 2018
@BeayemX
Copy link
Owner Author

BeayemX commented Apr 17, 2018

Maybe this could be solved by using escape sequences to REALLY move the cursor back and just overwrite text?

@Ifynth
Copy link

Ifynth commented Nov 27, 2018

How about to move stylin from the split_stream function into the list_tasks function after it got split with the "..." so you don't cut the formatting there.

You can clearly see with the python function repr(text) that the formatting is broken there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants