From 06f1ca76037397fb61c69319802ed029ac73e715 Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 20 Jan 2023 23:12:23 -0700 Subject: Add pagination menus --- lib/chessh/ssh/client/game/game.ex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/chessh/ssh/client/game/game.ex') 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, -- cgit v1.2.3-70-g09d2