Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

View.Set doesn't set the window width/height if you specify a color depth #51

Open dnewhall opened 4 years ago

dnewhall commented 4 years ago

View.Set doesn't set the window width/height if you specify a color depth

View.Set ("graphics:1280;960,nobuttonbar,noecho,offscreenonly") Draw.Line (10, 10, 300, 200, black)

Sets the width and height correctly.

However,...

View.Set ("graphics:1280;960;millions,nobuttonbar,noecho,offscreenonly") Draw.Line (10, 10, 300, 200, black)

Keeps the width and height of the window the same.