-menu_glyphs now supports UTF-8 on curses (it already did on tty).
-curses IBMgraphics now correctly translates 0-31 and 127. This only
affects the rogue level symset.
Done as follows:
* Run all files through `indent -bad -bap -br -ce -cbi0 -npcs -cs -bs -saf -sai -saw -di4 -nbc -psl -T nhstat -T nhmenu_item -T nhmenu -T menu_op -T nhrgb -T nhprev_mesg -T nethack_window -T nethack_wid -T nethack_char -brs -blf -i4 -lp -ip0 -ppi1 -l80 -nbbo`
* Remove reundant {}s from case statements
* Run "untabify" (Emacs) on all the source files (Probably some indent option I missed somewhere)
* Insert an emacs/vim indent line on top of all files so that these programs obey the new formatting