mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
*** empty log message ***
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2553 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
418678bc95
commit
ca234bdf5e
7 changed files with 47 additions and 7 deletions
|
|
@ -86,9 +86,10 @@ char *format_get_text_theme_charargs(THEME_REC *theme, const char *module,
|
|||
TEXT_DEST_REC *dest, int formatnum,
|
||||
char **args);
|
||||
|
||||
/* add `linestart' to start of each line in `text'. `text' may contain
|
||||
/* add `linestart' to start/end of each line in `text'. `text' may contain
|
||||
multiple lines separated with \n. */
|
||||
char *format_add_linestart(const char *text, const char *linestart);
|
||||
char *format_add_lineend(const char *text, const char *linestart);
|
||||
|
||||
/* return the "-!- " text at the start of the line */
|
||||
char *format_get_level_tag(THEME_REC *theme, TEXT_DEST_REC *dest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue