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

cpp: fix whitespaces + cpp: prevent crashes when last argument expects a value #67

Closed rindeal closed 4 years ago

stefanhaustein commented 4 years ago

Hi, thanks for your patches! I think I had merged in the wrong order... Is this straightforward to resolve on your side?

rindeal commented 4 years ago

Yeah, I should have made a note about that dependency in the PR. Anyway the fix was straightforward:

git rebase -s recursive -X ours master