video_config() Returning Wrong Information
- Posted by euphoric (admin) Aug 18, 2009
- 1509 views
I'm running Windows XP Professional SP3. This program should be printing 25 but is printing 300 for me.
include std/graphics.e include std/console.e sequence screen screen = video_config() ?screen[VC_LINES] wait_key()