1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 02:17:59 +01:00

add 'more' option and standard more-prompt key mappings

This commit is contained in:
Doug Kearns
2007-09-16 12:18:11 +00:00
parent 6735ac3ad1
commit 93acaadbd0
4 changed files with 177 additions and 66 deletions

View File

@@ -473,6 +473,12 @@ function Options() //{{{
default_value: false
}
));
addOption(new Option(["more"], "boolean",
{
short_help: "Pause the message list window when more than one screen of listings is displayed",
default_value: true
}
));
addOption(new Option(["maxhints", "mh"], "number",
{
short_help: "Maximum number of simultaneously shown hints",