summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/game.ex
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-20 23:12:23 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-20 23:12:23 -0700
commit06f1ca76037397fb61c69319802ed029ac73e715 (patch)
tree37cdf1ebf5fcbaefda58d377bb6b4e3a8a11410b /lib/chessh/ssh/client/game/game.ex
parente0058fedfb191db8802a95548cbaf96b6fe58f80 (diff)
downloadchessh-06f1ca76037397fb61c69319802ed029ac73e715.tar.gz
chessh-06f1ca76037397fb61c69319802ed029ac73e715.zip
Add pagination menus
Diffstat (limited to 'lib/chessh/ssh/client/game/game.ex')
-rw-r--r--lib/chessh/ssh/client/game/game.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chessh/ssh/client/game/game.ex b/lib/chessh/ssh/client/game/game.ex
index 9dbde7f..4e2f6ae 100644
--- a/lib/chessh/ssh/client/game/game.ex
+++ b/lib/chessh/ssh/client/game/game.ex
@@ -171,6 +171,11 @@ defmodule Chessh.SSH.Client.Game do
{:noreply, new_state}
end
+ def handle_info(x, state) do
+ Logger.debug("unknown message in game process #{inspect(x)}")
+ {:noreply, state}
+ end
+
def input(
width,
height,