[Gambas-user] NCurses window height and width

KKing kicking177 at gmail.com
Sun May 5 15:26:38 CEST 2019


I have the following code
<<
Private $hText as Window
$hText = New Window(False, 0, 0, 120, 40) As "Text"
 >>
I thought this means a window should be created top left and be 120 
columns by 40 rows?
But the window (even trying higher and lower numbers) is always 80 
columns by 25 rows.
This is using Xterm as the terminal in the gambas help options screen, 
on 3.13.0 on Debian 9.9 64bit with LXDE.

K



More information about the User mailing list