mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
alignment improvements
This commit is contained in:
@ -154,6 +154,7 @@ void RichString_prune(RichString* this) {
|
||||
free(this->chptr);
|
||||
this->chptr = this->chstr;
|
||||
this->chlen = 0;
|
||||
RichString_setChar(this, 0, 0);
|
||||
}
|
||||
|
||||
void RichString_setAttr(RichString* this, int attrs) {
|
||||
|
Reference in New Issue
Block a user