Mercurial > emacs
diff src/window.h @ 488:4fddd0f0fc33
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 14 Jan 1992 02:48:51 +0000 |
| parents | 313b0555ba8f |
| children | a8d94735277e |
line wrap: on
line diff
--- a/src/window.h Tue Jan 14 01:46:33 1992 +0000 +++ b/src/window.h Tue Jan 14 02:48:51 1992 +0000 @@ -205,6 +205,9 @@ /* Prompt to display in front of the minibuffer contents. */ extern char *minibuf_prompt; +/* The visual width of the above. */ +extern int minibuf_prompt_width; + /* Message to display instead of minibuffer contents. This is what the functions error and message make, and command echoing uses it as well. It overrides the
