NetHack Curses Interface Wiki
(Deferring item)
(Checked-off completed items)
Line 9: Line 9:
 
*Implement msg_window option, and possibly apply it to current messages
 
*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'''
 
*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
+
*Menus <s>should not overlap message windows, and</s> should be right-justified relative to the map window '''Done'''
*Group accels need to select items on all pages, not just the current page
+
*Group accels need to select items on all pages, not just the current page '''Done'''
  +
 
*Suppress "Count:" dialog for pick_none menus '''Done'''
 
*Suppress "Count:" dialog for pick_none menus '''Done'''
 
*Mouse-click to travel on map window '''Done'''
 
*Mouse-click to travel on map window '''Done'''

Revision as of 11:09, 15 July 2010

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 Deferred
  • 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 Done
  • Group accels need to select items on all pages, not just the current page Done
  • 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