aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_ui.go')
-rw-r--r--src/i_ui.go4
1 files changed, 2 insertions, 2 deletions
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, "")