Function


nuDebConWindowSize


Syntax

void nuDebConWindowSize(u32 wndNo, u32 width, u32 height)

Arguments

wndNo      window number
           NU_DEB_CON_WINDOW0   Window 0 
           NU_DEB_CON_WINDOW1   Window 1 
           NU_DEB_CON_WINDOW2   Window 2 
           NU_DEB_CON_WINDOW3   Window 3 
width      number of columns of text displayed (1 ~ 40)
height     number of lines of text displayed (1 ~ 30)

Return Value

None

Description

Sets the display size of the console window

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, and nuDebConClear