mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +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
|
|
@ -57,6 +57,10 @@ while (<STDIN>) {
|
|||
WINDOW_REC => 'Irssi::UI::Window',
|
||||
WI_ITEM_REC => 'iobject',
|
||||
|
||||
# fe-text
|
||||
TEXTBUFFER_VIEW_REC => 'Irssi::TextUI::TextBufferView',
|
||||
LINE_REC => 'Irssi::TextUI::Line',
|
||||
|
||||
# perl
|
||||
PERL_SCRIPT_REC => 'Irssi::Script',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue