OpenConsole(Width, Height, [Title$])

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 559
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

OpenConsole(Width, Height, [Title$])

Post by Sicro »

It would be nice if the command OpenConsole() would also have parameters for the window size. The window size is often too small for me.
A later resizing does not make it better, because the content is no longer adapted to the new size.
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
User avatar
blueb
Addict
Addict
Posts: 1111
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: OpenConsole(Width, Height, [Title$])

Post by blueb »

Good idea, but for now this may help you...

For Microsoft Windows..

When you have an Active Console Window displayed...

1 - Left-Click on the small icon at the top left of the console display.
2 - Left-Click on the 'Defaults' word from the menu displayed.
3 - Select the font and font-size you wish to use.

Windows will remember your choices.

You can also change colors, cursor shapes, etc.

HTH
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Post Reply