summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/client.ex
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-13 10:00:58 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-13 10:00:58 -0700
commita93119b25033248decda7477575e214a1b254fbd (patch)
treee581569ca49b27251e7da64014eee13095625248 /lib/chessh/ssh/client/client.ex
parentaa2ff6e1374e8a6a546aa04ee3430d1152c58553 (diff)
downloadchessh-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.ex2
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