stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Correct a small bug #126

Closed hialmar closed 1 year ago

hialmar commented 1 year ago

The code misses a + sign on line 36.

aaronliu0130 commented 1 year ago

Thanks for using this project! Note that development has moved on to the C++ version.