Selaa lähdekoodia

Initial terminal size adjust

Arthur Yefimov 3 vuotta sitten
vanhempi
commit
05a54b4b83
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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