summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-09-11 07:32:59 +0200
committerSven Eden <yamakuzure@gmx.net>2013-09-11 07:32:59 +0200
commita63840b03f654a51a00bde898221310ac6aae4c2 (patch)
tree8aa66916a568f21d057850100621cc14430dfce6 /ufed-curses-help.c
parentChanged the indicator to show F9/F10 state as well, now in a condensed 4-char... (diff)
downloadufed-a63840b03f654a51a00bde898221310ac6aae4c2.tar.gz
ufed-a63840b03f654a51a00bde898221310ac6aae4c2.tar.bz2
ufed-a63840b03f654a51a00bde898221310ac6aae4c2.zip
Added all addition/changes about the buttons, the new filter F10 and the new layout of the indicator line to the help screen text.
Diffstat (limited to 'ufed-curses-help.c')
-rw-r--r--ufed-curses-help.c34
1 files changed, 29 insertions, 5 deletions
diff --git a/ufed-curses-help.c b/ufed-curses-help.c
index eddedf4..ea0c586 100644
--- a/ufed-curses-help.c
+++ b/ufed-curses-help.c
@@ -129,12 +129,12 @@ static void init_lines(void)
"You can apply various filters on the flags to display. The text of the bottom "
"line buttons show, which filter the button (or key press) will switch to.",
"",
-" F5: Toggle display of local / global / all flag descriptions.",
+" F5 : Toggle display of local / global / all flag descriptions.",
"",
-" F6: Toggle display of flags supported by at least one installed "
+" F6 : Toggle display of flags supported by at least one installed "
"package / supported by no installed package / all flags.",
"",
-" F7: Toggle display of masked and forced flags / flags that are "
+" F7 : Toggle display of masked and forced flags / flags that are "
"neither masked nor forced / all flags."
"",
"The default is to display all flags that are neither masked nor forced.",
@@ -143,9 +143,10 @@ static void init_lines(void)
"bottom line buttons show, which way the button (or key press) the display "
"will change to.",
"",
-" F9: Toggle the order of the affected package list and the description.",
+" F9 : Toggle the order of the affected package list and the description.",
+"",
+" F10: Toggle whether to display the full description or a stripped version.",
"",
-" F10: Toggle whether to display the full description or a stripped version. "
"The stripped version has various wordings like \"Enables support for\" or "
"\"Build and install the\" at the beginning of the description removed.",
"Although somewhat crippled, the descriptions key information then needs "
@@ -156,6 +157,29 @@ static void init_lines(void)
"The default is to display the full description preceeded by the list of "
"affected packages.",
"",
+"Below the list of descriptions an indicator line is displayed that shows the "
+"current setting of all filters and settings.",
+"The order and layout is:",
+"[Scope|State|Mask|Order|Description] with",
+"Scope:",
+" glob : Global USE flags are shown.",
+" loca : Local USE flags are shown.",
+" all : All USE flags are shown.",
+"State:",
+" inst : USE flags affecting installed packages are shown.",
+" noti : USE flags affecting not installed packages are shown.",
+" all : All USE flags are shown",
+"Mask:",
+" mask : Masked and forced USE flags are shown",
+" norm : USE flags that are neither masked nor forced are shown.",
+" all : All USE flags are shown.",
+"Order:",
+" left : The list of affected packages is shown left of the description.",
+" righ : The list of affected packages is shown right of the description.",
+"Description:",
+" orig : The original full description is shown.",
+" stri : The stripped version of the description is shown.",
+"",
"If ncurses is installed with the \"gpm\" use flag enabled, you can use your "
"mouse to navigate and to toggle the settings, too.",
"",