aboutsummaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client.ex
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-06 22:29:01 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-06 22:29:01 -0700
commit779c75dbe44516c0e1911cf8a56698a1508466b7 (patch)
treecc6562e27d7b571c63d1fa4818f5d06492fc7f70 /lib/chessh/ssh/client.ex
parent5b8dc2cb9800ed38ba1dc02fa5a135880a2c0bac (diff)
downloadchessh-779c75dbe44516c0e1911cf8a56698a1508466b7.tar.gz
chessh-779c75dbe44516c0e1911cf8a56698a1508466b7.zip
Highlight a square
Diffstat (limited to 'lib/chessh/ssh/client.ex')
-rw-r--r--lib/chessh/ssh/client.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chessh/ssh/client.ex b/lib/chessh/ssh/client.ex
index fdd3875..290c9a7 100644
--- a/lib/chessh/ssh/client.ex
+++ b/lib/chessh/ssh/client.ex
@@ -73,7 +73,6 @@ defmodule Chessh.SSH.Client do
new_state = module.handle_input(action, state)
send(tui_pid, {:send_data, render(new_state)})
-
{:noreply, new_state}
end
end