Persistent game #5

Merged
Simponic merged 6 commits from persistent-game into main 2023-01-17 16:00:18 -05:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit 4548c7da0c - Show all commits

View File

@ -1,6 +1 @@
# CheSSH
Features:
- [X] SSH Key & Password authentication
- [X] Session rate limiting
- [X] Multi-node support

View File

@ -109,7 +109,7 @@ defmodule Chessh.SSH.Client.Menu do
defp render_state(
width,
height,
%State{options: options, selected: selected} = state
%State{options: options, selected: selected}
) do
logo_lines = String.split(@logo, "\n")
{logo_width, logo_height} = Utils.text_dim(@logo)