From 493ab5462dad55d525fd623b534769651b550afe Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 14 Mar 2024 20:20:20 +0100 Subject: port --- src/i_ui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i_ui.go') diff --git a/src/i_ui.go b/src/i_ui.go index 1bb927d..97ca3d5 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_ui.go - * Fri Mar 01 15:27:17 2024 + * Thu Mar 14 10:39:01 2024 * Joe * * interfacing with the user @@ -663,7 +663,7 @@ func i_ui(data_dir string) { i_prompt_type(data.ui) case 1, 6: i_prompt_generic(data.ui, "Host/IP: ", false, "") - case 2: + case 2, 7: i_prompt_generic(data.ui, "Port: ", false, "") case 3: i_prompt_generic(data.ui, "User: ", false, "") -- cgit v1.2.3