mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 17:55:21 +00:00
Added function comment.
This commit is contained in:
4
layout.c
4
layout.c
@@ -288,6 +288,10 @@ layout_fix_offsets(struct window *w)
|
|||||||
layout_fix_offsets1(lc);
|
layout_fix_offsets1(lc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Not all cells are drawn within the tiled grid of a layout. This predicate
|
||||||
|
* isolates that logic.
|
||||||
|
*/
|
||||||
int
|
int
|
||||||
layout_cell_is_tiled(struct layout_cell *lc)
|
layout_cell_is_tiled(struct layout_cell *lc)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user