Persistent game #5
@ -1,6 +1 @@
|
|||||||
# CheSSH
|
# CheSSH
|
||||||
|
|
||||||
Features:
|
|
||||||
- [X] SSH Key & Password authentication
|
|
||||||
- [X] Session rate limiting
|
|
||||||
- [X] Multi-node support
|
|
||||||
|
@ -109,7 +109,7 @@ defmodule Chessh.SSH.Client.Menu do
|
|||||||
defp render_state(
|
defp render_state(
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
%State{options: options, selected: selected} = state
|
%State{options: options, selected: selected}
|
||||||
) do
|
) do
|
||||||
logo_lines = String.split(@logo, "\n")
|
logo_lines = String.split(@logo, "\n")
|
||||||
{logo_width, logo_height} = Utils.text_dim(@logo)
|
{logo_width, logo_height} = Utils.text_dim(@logo)
|
||||||
|
Loading…
Reference in New Issue
Block a user