diff options
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r-- | console-tools/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index 195685b97..a7e995936 100644 --- a/console-tools/Config.in +++ b/console-tools/Config.in | |||
@@ -12,6 +12,12 @@ config CHVT | |||
12 | This program is used to change to another terminal. | 12 | This program is used to change to another terminal. |
13 | Example: chvt 4 (change to terminal /dev/tty4) | 13 | Example: chvt 4 (change to terminal /dev/tty4) |
14 | 14 | ||
15 | config FGCONSOLE | ||
16 | bool "fgconsole" | ||
17 | default n | ||
18 | help | ||
19 | This program prints active (foreground) console number. | ||
20 | |||
15 | config CLEAR | 21 | config CLEAR |
16 | bool "clear" | 22 | bool "clear" |
17 | default n | 23 | default n |