]> granicus.if.org Git - nethack/commit
font_size descriptions
authornethack.allison <nethack.allison>
Sun, 8 Jun 2003 00:22:28 +0000 (00:22 +0000)
committernethack.allison <nethack.allison>
Sun, 8 Jun 2003 00:22:28 +0000 (00:22 +0000)
commit083efbb630c7446775b0c795ecc02a87b0b16724
tree2586671d598765698fd39a4509269ee6f2e296f8
parentd3fc89f25d1db1d7d27a9465b39a862f60d2994b
font_size descriptions
In May 2002, <Someone> wrote:
>In src/options.c, there are these options with their descriptions:
>
>#####################
>{ "font_size_map", "the size of the map font", 20, DISP_IN_GAME },
>            /*WC*/
>{ "font_size_menu", "the size of the map font", 20, DISP_IN_GAME
>            }, /*WC*/
>{ "font_size_message", "the size of the map font", 20,
>            DISP_IN_GAME }, /*WC*/
>{ "font_size_status", "the size of the map font", 20, DISP_IN_GAME
>            }, /*WC*/
>{ "font_size_text", "the size of the map font", 20, DISP_IN_GAME
>            }, /*WC*/ #####################
>
>Surely all those descriptions shouldn't be the same?
doc/fixes34.2
src/options.c