mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
add format_string_expand and format_string_unexpand methods to Perl
This commit is contained in:
parent
25ad30d5e4
commit
030da3ec9c
9 changed files with 226 additions and 6 deletions
|
|
@ -11,6 +11,13 @@ enum {
|
|||
LINE_CMD_EOL=0x80, /* line ends here */
|
||||
};
|
||||
|
||||
enum {
|
||||
COLORING_STRIP = 0,
|
||||
COLORING_EXPAND = 1,
|
||||
COLORING_UNEXPAND = 2,
|
||||
COLORING_RAW = 3,
|
||||
};
|
||||
|
||||
struct _TEXT_BUFFER_FORMAT_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue