diff --git a/Capy64/Runtime/Libraries/Term.cs b/Capy64/Runtime/Libraries/Term.cs index 20edd00..4ee77f7 100644 --- a/Capy64/Runtime/Libraries/Term.cs +++ b/Capy64/Runtime/Libraries/Term.cs @@ -399,7 +399,7 @@ internal class Term : IComponent L.ArgumentError(2, "number must be greater than 0"); } - SetSize(w - 1, h); + SetSize(w, h); return 0; }