Function

nuDebConWindowShow

Syntax
void nuDebConWindowShow(u32 wndNo, u32 flag)

Arguments

Return Value
None

Explanation
Shows/hides the console window display.

Changes the setting for display of the console window. To show the window, set the flag to NU_DEB_CON_WINDOW_ON. To hide the window, set the flag to NU_DEB_CON_WINDOW_OFF.

In the default setting, all windows are displayed.

When the console window is off, the console display process runs faster.

This function can also be used with the release-use library.


See Also
nuGfxInit
nuGfxTaskStart
nuGfxSetUcode
nuDebConDisp
nuDebConWindowSize
nuDebConWindowPos
nuDebConScroll
nuDebConTextColor
nuDebConTextAttr
nuDebConClear