summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authornicm <nicm>2017-02-22 09:01:32 +0000
committernicm <nicm>2017-02-22 09:01:32 +0000
commit0414b1fc78c8c47af49ffe6305999df8592be24f (patch)
treefebbfd42c6ab679d34d61da036f1c617c89d85cf /window.c
parent8a0b279c316afc2826630b6d52514b010bc8cc21 (diff)
Minor bits: fix an array size, add comment, make grid_cell_entry static.
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index 0ae4b3e0..eddd90d6 100644
--- a/window.c
+++ b/window.c
@@ -1491,6 +1491,7 @@ winlink_clear_flags(struct winlink *wl)
}
}
+/* Shuffle window indexes up. */
int
winlink_shuffle_up(struct session *s, struct winlink *wl)
{