Function

nuDebConWindowSize

Syntax
void nuDebConWindowPos(u32 wndNo, u32 winX, u32 windY)

Arguments

Return Value
None

Explanation
Sets the display size of the console window.

The size of the window is specified by setting the number of columns and lines of characters. The number of columns can be specified as any value from 1 to 40. The number of lines can be specified as any value from 1 to 30. The initial setting is 40 columns and 30 lines.

The larger the window number, the higher the priority. The windows are stacked with the highest priority window displayed on top.

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


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