diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-13 10:00:58 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-13 10:00:58 -0700 |
commit | a93119b25033248decda7477575e214a1b254fbd (patch) | |
tree | e581569ca49b27251e7da64014eee13095625248 /lib/chessh/ssh/client/client.ex | |
parent | aa2ff6e1374e8a6a546aa04ee3430d1152c58553 (diff) | |
download | chessh-a93119b25033248decda7477575e214a1b254fbd.tar.gz chessh-a93119b25033248decda7477575e214a1b254fbd.zip |
Binbo start link
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 eff22b8..0560ce0 100644 --- a/lib/chessh/ssh/client/client.ex +++ b/lib/chessh/ssh/client/client.ex @@ -11,7 +11,7 @@ defmodule Chessh.SSH.Client do @min_terminal_width 64 @min_terminal_height 31 - @max_terminal_width 200 + @max_terminal_width 220 @max_terminal_height 100 defmodule State do |