diff --git a/Capy64/Runtime/Libraries/Term.cs b/Capy64/Runtime/Libraries/Term.cs index 4ee77f7..20edd00 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, h); + SetSize(w - 1, h); return 0; }