Matthew - 2010-05-10

I think it's probably faulty logic in the FB_CONSOLE_WINDOW_EMPTY() macro in rtlib/win32/fb_win32.h:

fbc.svn.sf.net/viewvc/fbc/trunk/FreeBASIC/src/rtlib/win32/fb_win32.h?view=markup#l_181

If top==bottom then I think it implies the bottom row is the top row, implying one (1) row.
If we change it to top>bottom and left>right, it will probably work. I can't test at the minute though, and I haven't looked at other platforms or gfxlib.