1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-18 12:00:33 +01:00

Added on_add_lines event, just like in original tabbed.

This commit is contained in:
2022-01-18 17:43:26 +01:00
parent 8483c6a2ae
commit c6bda05ee6

View File

@@ -670,4 +670,10 @@ package urxvt::ext::tabbedalt::tab;
} }
} }
sub on_add_lines {
$_[0]->{activity}++
or $_[0]{term}{parent}->tab_activity ($_[0]);
()
}
# vim: tabstop=3 softtabstop=3 shiftwidth=3 expandtab # vim: tabstop=3 softtabstop=3 shiftwidth=3 expandtab