Mercurial > emacs
comparison lispref/modes.texi @ 42866:03dd2df2b595
(Mode Line Format): Short windows can suppress the mode line and header line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Jan 2002 23:17:16 +0000 |
parents | 7b9a0bcca3c2 |
children | 91a36592ab22 |
comparison
equal
deleted
inserted
replaced
42865:40d08b8571ec | 42866:03dd2df2b595 |
---|---|
1080 @end defun | 1080 @end defun |
1081 | 1081 |
1082 The mode line is usually displayed in inverse video; see | 1082 The mode line is usually displayed in inverse video; see |
1083 @code{mode-line-inverse-video} in @ref{Inverse Video}. | 1083 @code{mode-line-inverse-video} in @ref{Inverse Video}. |
1084 | 1084 |
1085 A window that is just one line tall does not display either a mode | |
1086 line or a header line, even if the variables call for one. A window | |
1087 that is two lines tall cannot display both a mode line and a header | |
1088 line at once; if the variables call for both, only the mode line | |
1089 actually appears. | |
1090 | |
1085 @menu | 1091 @menu |
1086 * Mode Line Data:: The data structure that controls the mode line. | 1092 * Mode Line Data:: The data structure that controls the mode line. |
1087 * Mode Line Variables:: Variables used in that data structure. | 1093 * Mode Line Variables:: Variables used in that data structure. |
1088 * %-Constructs:: Putting information into a mode line. | 1094 * %-Constructs:: Putting information into a mode line. |
1089 * Properties in Mode:: Using text properties in the mode line. | 1095 * Properties in Mode:: Using text properties in the mode line. |