From e370ce5a003ba4ccf3328321b00c52f131b4ff93 Mon Sep 17 00:00:00 2001 From: Dane Jensen Date: Tue, 9 Jun 2026 15:44:24 -0700 Subject: [PATCH] Added function comment. --- layout.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layout.c b/layout.c index 935c5232..853b0b6f 100644 --- a/layout.c +++ b/layout.c @@ -288,6 +288,10 @@ layout_fix_offsets(struct window *w) layout_fix_offsets1(lc); } +/* + * Not all cells are drawn within the tiled grid of a layout. This predicate + * isolates that logic. + */ int layout_cell_is_tiled(struct layout_cell *lc) {