diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-13 12:20:01 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-13 12:21:04 -0700 |
commit | 07eaad9b8ded7a719183eec84faaf5b168744f01 (patch) | |
tree | a6a9ea14ba261e7c5a142613d800c19774965bc1 /lib/chessh/ssh/client/client.ex | |
parent | a93119b25033248decda7477575e214a1b254fbd (diff) | |
download | chessh-07eaad9b8ded7a719183eec84faaf5b168744f01.tar.gz chessh-07eaad9b8ded7a719183eec84faaf5b168744f01.zip |
Move renderer to its own module
Diffstat (limited to 'lib/chessh/ssh/client/client.ex')
-rw-r--r-- | lib/chessh/ssh/client/client.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client/client.ex b/lib/chessh/ssh/client/client.ex index 0560ce0..10dd3b2 100644 --- a/lib/chessh/ssh/client/client.ex +++ b/lib/chessh/ssh/client/client.ex @@ -10,7 +10,7 @@ defmodule Chessh.SSH.Client do ] @min_terminal_width 64 - @min_terminal_height 31 + @min_terminal_height 38 @max_terminal_width 220 @max_terminal_height 100 |