From 4cc1ddcd185509080b4b3e15d1646567edd51c9d Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 02:57:35 -0400 Subject: removed game speed for being broken and an antifeature anyway. added color support. --- internal/player/player.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player') diff --git a/internal/player/player.go b/internal/player/player.go index 6fa22ce..47c2c37 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -123,6 +123,7 @@ var OptionDefs = []OptionDef{ {"queue_silently", OptBool, true, nil, "Suppress messages for queued tick actions"}, {"room_desc_width", OptInt, 70, nil, "Maximum width for room descriptions"}, {"unicode", OptBool, true, nil, "Unicode box-drawing characters"}, + {"prompt", OptString, "> ", nil, "Custom command prompt"}, } var optionByName map[string]*OptionDef -- cgit v1.2.3