diff toys/Config.in @ 229:87390c3700c1

Add chvt from David Anders.
author Rob Landley <rob@landley.net>
date Sun, 06 Jan 2008 16:01:11 -0600
parents b4ec652305df
children 31dc682c18ad
line wrap: on
line diff
--- a/toys/Config.in	Sat Jan 05 18:23:30 2008 -0600
+++ b/toys/Config.in	Sun Jan 06 16:01:11 2008 -0600
@@ -48,6 +48,18 @@
 
 	  Run command within a new root directory.  If no command, run /bin/sh.
 
+config CHVT
+	bool "chvt"
+	default y
+	help
+	  usage: chvt N
+
+	  Change to virtual terminal number N.  (This only works in text mode.)
+
+	  Virtual terminals are the Linux VGA text mode displays, ordinarily
+	  switched between via alt-F1, alt-F2, etc.  Use ctrl-alt-F1 to switch
+	  from X to a virtual terminal, and alt-F6 (or F7, or F8) to get back.
+
 config COUNT
 	bool "count"
 	default y