mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 22:52:15 +02:00
add print_text_after_time to specify time stamp for lines
add signal for line removal from textbuffer
This commit is contained in:
parent
113f1724d7
commit
e71c9f1b06
7 changed files with 30 additions and 9 deletions
|
|
@ -20,6 +20,7 @@ typedef struct {
|
|||
unsigned int sticky:1;
|
||||
unsigned int use_insert_after:1;
|
||||
LINE_REC *insert_after;
|
||||
time_t insert_after_time;
|
||||
} GUI_WINDOW_REC;
|
||||
|
||||
void gui_windows_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue