Minor bits: fix an array size, add comment, make grid_cell_entry static.

This commit is contained in:
nicm
2017-02-22 09:01:32 +00:00
parent 8a0b279c31
commit 0414b1fc78
3 changed files with 3 additions and 2 deletions

View File

@ -1491,6 +1491,7 @@ winlink_clear_flags(struct winlink *wl)
}
}
/* Shuffle window indexes up. */
int
winlink_shuffle_up(struct session *s, struct winlink *wl)
{