cacalabs/libcaca

How to modify color of a character?

zumpchke opened this issue · 1 comments

It seems I can get the attribute of an (x, y) location but can't modify it back...

Guess we can use this idiom.

cv->setAttr(attr);                                      
cv->putChar(i, j, cv->getChar(i, j));