aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index aa4278623ca..6458fd3ae5e 100644
--- a/src/window.h
+++ b/src/window.h
@@ -67,8 +67,9 @@ In any case, on screens which have an ordinary window and a
67minibuffer, prev of the minibuf window is the root window and next of 67minibuffer, prev of the minibuf window is the root window and next of
68the root window is the minibuf window. On minibufferless screens or 68the root window is the minibuf window. On minibufferless screens or
69minibuffer-only screens, the root window and the minibuffer window are 69minibuffer-only screens, the root window and the minibuffer window are
70one and the same, so its prev and next members are nil. */ 70one and the same, so its prev and next members are nil.
71 71
72A dead window has its buffer, hchild, and vchild windows all nil. */
72 73
73struct window 74struct window
74 { 75 {