mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
RichString_appendChr: add parameter to set attributes
Allows to set attributes when padding process fields in non-wide ncurses mode. Closes: #475
This commit is contained in:
@ -50,7 +50,7 @@ void RichString_prune(RichString* this);
|
||||
|
||||
void RichString_setAttr(RichString* this, int attrs);
|
||||
|
||||
void RichString_appendChr(RichString* this, char c, int count);
|
||||
void RichString_appendChr(RichString* this, int attrs, char c, int count);
|
||||
|
||||
int RichString_appendWide(RichString* this, int attrs, const char* data);
|
||||
|
||||
|
Reference in New Issue
Block a user