From bfdf801a12a965be752f13e58599fa5f72618f4e Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 20 Sep 2020 08:54:29 -0400 Subject: [PATCH] depth-first corecursion, not breadth-first --- doc/man/man3/notcurses_plane.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man3/notcurses_plane.3.md b/doc/man/man3/notcurses_plane.3.md index 1960d9841..561b58edd 100644 --- a/doc/man/man3/notcurses_plane.3.md +++ b/doc/man/man3/notcurses_plane.3.md @@ -232,7 +232,7 @@ might see changes. It is an error to merge a plane onto itself. homes the cursor. The base cell is preserved. When a plane is resized (whether by **ncplane_resize**, **SIGWINCH**, or any -other mechanism), a breadth-first recursion is performed on its children. +other mechanism), a depth-first recursion is performed on its children. Each child plane having a non-**NULL** **resizecb** will see that callback invoked following resizing of its parent's plane. If it returns non-zero, the resizing cascade terminates, returning non-zero. Otherwise, resizing proceeds