Adds global HELP_MORE default to settings.py
This commit is contained in:
parent
24c5ddecab
commit
2b4fa2a467
1 changed files with 6 additions and 2 deletions
|
|
@ -494,8 +494,12 @@ PERMISSION_PLAYER_DEFAULT = "Players"
|
||||||
# Default sizes for client window (in number of characters), if client
|
# Default sizes for client window (in number of characters), if client
|
||||||
# is not supplying this on its own
|
# is not supplying this on its own
|
||||||
CLIENT_DEFAULT_WIDTH = 78
|
CLIENT_DEFAULT_WIDTH = 78
|
||||||
CLIENT_DEFAULT_HEIGHT = 45 # telnet standard is 24 but does anyone use such
|
# telnet standard height is 24; does anyone use such low-res displays anymore?
|
||||||
# low-res displays anymore?
|
CLIENT_DEFAULT_HEIGHT = 45
|
||||||
|
# Help output from CmdHELP are wrapped in an EvMore call
|
||||||
|
# (excluding webclient with separate help popups). If continuous scroll
|
||||||
|
# is preferred, change 'HELP_MORE' to False. EvMORE uses CLIENT_DEFAULT_HEIGHT
|
||||||
|
HELP_MORE = True
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Guest accounts
|
# Guest accounts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue