mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +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
|
|
@ -1141,6 +1141,8 @@ void textbuffer_view_remove_line(TEXT_BUFFER_VIEW_REC *view, LINE_REC *line)
|
|||
g_return_if_fail(view != NULL);
|
||||
g_return_if_fail(line != NULL);
|
||||
|
||||
signal_emit("gui textbuffer line removed", 3, view, line, line->prev);
|
||||
|
||||
linecount = view_get_linecount(view, line);
|
||||
update_counter = view->cache->update_counter+1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue