summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-13 19:22:33 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-13 19:22:33 +0100
commit5fde0e012762b07e4955306b743afcf43fe237c6 (patch)
tree9cafb88fd46fc8b9c9a59e0ce948107f1f6becd9 /RichString.h
parent78b993dbb4d58aec8cb5b32f23014eeabd900f2f (diff)
RichString_appendChr: add parameter to set attributes
Allows to set attributes when padding process fields in non-wide ncurses mode. Closes: #475
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RichString.h b/RichString.h
index 594db23c..73e78204 100644
--- a/RichString.h
+++ b/RichString.h
@@ -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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy