mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
.2 fixed HELP <category> not working
.1 undocumented mnemonics in lowercase
This commit is contained in:
parent
e3c3ead902
commit
496d582f84
@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
// TODO: COLOR LOAD ["filename"]
|
// TODO: COLOR LOAD ["filename"]
|
||||||
|
|
||||||
// See Debugger_Changelong.txt for full details
|
// See Debugger_Changelong.txt for full details
|
||||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,0);
|
const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,2);
|
||||||
|
|
||||||
|
|
||||||
// Public _________________________________________________________________________________________
|
// Public _________________________________________________________________________________________
|
||||||
|
@ -241,6 +241,7 @@ Update_t CmdHelpSpecific (int nArgs)
|
|||||||
if (bCategory)
|
if (bCategory)
|
||||||
{
|
{
|
||||||
iCommand = g_aArgs[iArg].nVal2;
|
iCommand = g_aArgs[iArg].nVal2;
|
||||||
|
nFound = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bAllCommands)
|
if (bAllCommands)
|
||||||
@ -554,8 +555,9 @@ Update_t CmdHelpSpecific (int nArgs)
|
|||||||
default:
|
default:
|
||||||
if (bAllCommands)
|
if (bAllCommands)
|
||||||
break;
|
break;
|
||||||
#if DEBUG_COMMAND_HELP
|
//#if DEBUG_COMMAND_HELP
|
||||||
wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].aName );
|
#if _DEBUG
|
||||||
|
wsprintf( sText, "Command help not done yet: %s", g_aCommands[ iCommand ].m_sName );
|
||||||
ConsoleBufferPush( sText );
|
ConsoleBufferPush( sText );
|
||||||
#endif
|
#endif
|
||||||
if ((! nFound) || (! pCommand))
|
if ((! nFound) || (! pCommand))
|
||||||
|
Loading…
Reference in New Issue
Block a user