Explorar o código

Initial terminal size adjust

Arthur Yefimov %!s(int64=3) %!d(string=hai) anos
pai
achega
05a54b4b83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/FreeOberon.Mod

+ 1 - 1
src/FreeOberon.Mod

@@ -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