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 This program is used to change to another terminal. Example: chvt 4 (change to terminal /dev/tty4) +config FGCONSOLE + bool "fgconsole" + default n + help + This program prints active (foreground) console number. + config CLEAR bool "clear" default n |