mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
move TEXT_BUFFER_META_REC -> LINE_INFO_META_REC
This commit is contained in:
parent
9677b07488
commit
8d314eadf1
5 changed files with 15 additions and 14 deletions
|
|
@ -24,7 +24,7 @@ typedef struct {
|
|||
int level;
|
||||
time_t time;
|
||||
char *text;
|
||||
struct _TEXT_BUFFER_META_REC *meta;
|
||||
struct _LINE_INFO_META_REC *meta;
|
||||
struct _TEXT_BUFFER_FORMAT_REC *format;
|
||||
} LINE_INFO_REC;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue