[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nethack-el-devel] Window size
From: |
Istvan Marko |
Subject: |
Re: [Nethack-el-devel] Window size |
Date: |
Wed, 02 Apr 2003 18:32:54 -0800 |
User-agent: |
Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (gnu/linux) |
Faux_Pseudo <address@hidden> writes:
> But for right now I am thinking that I just need one function. When
> nethack is launched you get three windows. But the bottom one is always
> 2 lines too big and the map is too small and the message window is too
> big. Is there some magic bit of lisp that can be added someplace in
> the nethack-el files that would allow for making the bottom window 2
> lines the map X lines and the message window what ever happens to be
> left?
Of course there is, this is Emacs after all :)
Do M-x customize-group RET nethack RET
And look for "Nethack Status Window Height" and "Nethack Message
Window Height".
Alternatively put this in your .emacs:
(setq nethack-status-window-height 3
nethack-message-window-height 4)
--
Istvan