@@ -1151,7 +1151,7 @@ BEGIN
curX := 0; curY := 0;
success := FALSE;
ParseArgs(fs, sw, w, h, fnames);
- T.Settings(0, 0, {T.resizable, T.window(*, T.center*)});
+ T.Settings(106, 25, {T.resizable, T.window(*, T.center*)});
T.SetTitle('Free Oberon');
T.Init;
IF T.Done THEN