]> git.neil.brown.name Git - edlib.git/commit
linecount: run the on-idle event on the linecount pane.
authorNeilBrown <neil@brown.name>
Sun, 2 Jul 2023 10:26:07 +0000 (20:26 +1000)
committerNeilBrown <neil@brown.name>
Wed, 12 Jul 2023 22:17:52 +0000 (08:17 +1000)
commit0ade8f9a0e260ee457e013a5ff2dc989097706b8
treee96ee1c5b96a62d1bc0d6e8bcee0be96ad97a642
parentd2686ebe56f65b0fc18af647232d42b8077e2c6d
linecount: run the on-idle event on the linecount pane.

We currently queue the on-idle event on the document.  That is untidy.
The event belongs to the linecount pane, so that is where it should run.

Signed-off-by: NeilBrown <neil@brown.name>
lib-linecount.c