Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
-
Updated
Apr 15, 2022 - C++
Drawing text is costly, we should cache bitmap or Image for painted characters
Add a description, image, and links to the ascii-graphics topic page so that developers can more easily learn about it.
To associate your repository with the ascii-graphics topic, visit your repo's landing page and select "manage topics."
Describe the bug
The terminal is reseted after quitting LiPl where it should instead be in the same state as before LiPl's execution
To Reproduce
Steps to reproduce the behavior:
lipl "ls | wc -l"qExpected behavior
Term should be in the same state as before LiPl's execution
**Environment (pl