]> git.neil.brown.name Git - edlib.git/commit
Disable LOG during refresh if log is visible.
authorNeilBrown <neil@brown.name>
Sat, 9 Sep 2023 02:17:28 +0000 (12:17 +1000)
committerNeilBrown <neil@brown.name>
Sat, 9 Sep 2023 02:17:28 +0000 (12:17 +1000)
commit9290bebb0e462b00f649a7fb1c1bc0bf1881be2c
treeecb3509c1b31b038ba1b70516e853d6f75cfb66b
parent50a6c085aeaa8a9cd933de5fe2ddce99e9deff46
Disable LOG during refresh if log is visible.

If there is a view on the log, then allowing log during
refresh trigger recursion in unhelpful way.

Also line-count is sync in testing mode, and log is big
so disable line-count then.

This allows log to be viewed when viewing a test.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
core-log.c
core-pane.c
lib-linecount.c