On 2012-08-31, drain wrote:
> How would I do this? Right now the title bar only reads the buffer name;
> which is all I want up there.
This depends on OS and window manager you using...
For example under Fvwm (in Debian) you can't do this in Emacs, only through
~/.fvwm/config file...
Under Windows you can recompile Emacs:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632600.aspx
WS_MAXIMIZEBOX
0x00010000L
The window has a maximize button. Cannot be combined with the
WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be
specified.
in function calls: CreateWindow.
--
Best regards!