NetHack Curses Interface Wiki
Advertisement

The next release will be Beta 3. Here is a working list of planned changes:

  • Review which options are displayed and changeable from within the game
    • Add menus for changing some of them
  • (PDCurses) Set sensible starting size depending on window alignment, and change during game to accommodate new alignment
  • Configurable foreground/background colors for individual windows using existing windowcolors option (currently used by win32 graphical version). Deferred
  • Possible fullscreen support for the PDCurses-SDL version Deferred
  • Meta key support on Mac OS X (related to possible PDCurses-SDL bug on OS X) Deferred
  • Implement msg_window option, and possibly apply it to current messages
  • hilite_pet should default to inverse, not underline, if petattr is not set (user expectations and more wide-spread terminal support) Done
  • Menus should not overlap message windows, and should be right-justified relative to the map window
  • Group accels need to select items on all pages, not just the current page
  • Suppress "Count:" dialog for pick_none menus Done
  • Mouse-click to travel on map window Done
  • Implement menu_search key to select menu items based on searched-for text. Done
Advertisement