summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/menus
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-20 23:14:37 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-20 23:33:52 -0700
commit5dbe76f6c2f702dad664cce6097c189ceea181b1 (patch)
tree49fd6498f75052bd34cee65b152a7fc6e03c1169 /lib/chessh/ssh/client/menus
parent06f1ca76037397fb61c69319802ed029ac73e715 (diff)
downloadchessh-5dbe76f6c2f702dad664cce6097c189ceea181b1.tar.gz
chessh-5dbe76f6c2f702dad664cce6097c189ceea181b1.zip
Stop screen pid when screen process changes
Diffstat (limited to 'lib/chessh/ssh/client/menus')
-rw-r--r--lib/chessh/ssh/client/menus/select_joinable_game.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client/menus/select_joinable_game.ex b/lib/chessh/ssh/client/menus/select_joinable_game.ex
index 3b3e249..7c477c0 100644
--- a/lib/chessh/ssh/client/menus/select_joinable_game.ex
+++ b/lib/chessh/ssh/client/menus/select_joinable_game.ex
@@ -6,7 +6,7 @@ defmodule Chessh.SSH.Client.SelectJoinableGame do
use Chessh.SSH.Client.SelectPaginatePoller
def refresh_options_ms(), do: 4000
- def max_displayed_options(), do: 1
+ def max_displayed_options(), do: 10
def title(), do: ["-- Joinable Games --"]
def dynamic_options(), do: true