From: Jeremy Stanley Date: Mon, 13 May 2019 20:26:09 +0000 (+0000) Subject: Improve preferences display X-Git-Tag: 0.0.1~6 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=bf6ed46991ffdc587d4e70362a4bd20d6f84fcee;hp=bf6ed46991ffdc587d4e70362a4bd20d6f84fcee Improve preferences display When displaying preferences, color-code the base and admin preferences similar to command help. Also show a placeholder when there is no existing value set for a preference. Add a hyphen separator between preference names and values. Update tests to accommodate the new formatting, and while we're there add a test to make sure non-admins can't set values for admin-only preferences. ---