Remove all references to JobActivity

The JobActivity event got replaced by callback functions provided to
jobstart() or termopen().

It got removed here:

6e7757ad51
This commit is contained in:
Marco Hinz
2015-04-10 15:22:46 +02:00
parent 8171fc4cbc
commit 0e65962a68
6 changed files with 12 additions and 15 deletions

View File

@@ -894,8 +894,7 @@ static void on_refresh(Event event)
}
Terminal *term;
void *stub; (void)(stub);
// dont process autocommands while updating terminal buffers. JobActivity can
// be used act on terminal output.
// don't process autocommands while updating terminal buffers
block_autocmds();
map_foreach(invalidated_terminals, term, stub, {
// TODO(SplinterOfChaos): Find the condition that makes term->buf invalid.