Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
📱 Fix TTY sizing on 1600x900 screens
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Mar 22, 2019
1 parent 5d53120 commit 2e4d68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/terminal.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class Terminal {
}
let d = gcd(w, h);

if (d === 100) { y = 1; x = 3;}
if (d === 120) y = 1;
if (d === 256) x = 2;

Expand Down

0 comments on commit 2e4d68f

Please sign in to comment.