diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-06 20:55:12 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-06 21:05:01 -0700 |
commit | 5b8dc2cb9800ed38ba1dc02fa5a135880a2c0bac (patch) | |
tree | 45c400030a5fb44510fcb296cb08f234f940bcb8 /lib/chessh/ssh/client.ex | |
parent | ce62dd6106f94473db919335cc49029421fde4ad (diff) | |
download | chessh-5b8dc2cb9800ed38ba1dc02fa5a135880a2c0bac.tar.gz chessh-5b8dc2cb9800ed38ba1dc02fa5a135880a2c0bac.zip |
Checkpoint - board is drawn!
Diffstat (limited to 'lib/chessh/ssh/client.ex')
-rw-r--r-- | lib/chessh/ssh/client.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client.ex b/lib/chessh/ssh/client.ex index 4ed2fd1..fdd3875 100644 --- a/lib/chessh/ssh/client.ex +++ b/lib/chessh/ssh/client.ex @@ -12,7 +12,7 @@ defmodule Chessh.SSH.Client do ] @min_terminal_width 64 - @min_terminal_height 31 + @min_terminal_height 32 @max_terminal_width 255 @max_terminal_height 127 |