[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nethack-el-devel] colors, suppress-keymap
From: |
Ryan Yeske |
Subject: |
Re: [Nethack-el-devel] colors, suppress-keymap |
Date: |
15 Sep 2002 20:45:32 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Istvan Marko <address@hidden> writes:
> I just wanted to let you know that I got nethack-el working here,
> great stuff!
Hi Istvan,
Thanks very much, glad you were able to get it working!
> The biggest thing I am missing is colors - I wasn't able to get colors
> working in text mode (Haven't tried the glyph mode, never liked
> tiles). It seems that winlisp always sends '8' as the color of
> everything on the display. From the *nethack-output* buffer:
>
> (nethack-api-print-glyph 12 7 8 2363 848 46 )
> (nethack-api-print-glyph 11 8 8 398 16 100 )
> ...
> (nethack-api-print-glyph 34 17 8 2363 848 46 )
> (nethack-api-print-glyph 35 17 8 339 346 64 )
>
> I have OPTIONS=color in .nethackrc. Any clues?
We dont parse the .nethackrc yet, I think that has to be done on a
port-by-port basis. For now, you just have to use the old options
menu and turn color on.
Thanks for the patch, I didn't know about supress-keymap :)
Ryan