From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Doyle Subject: [PATCH] console_codes.4: Add missing escape sequence Date: Fri, 27 Feb 2015 02:35:58 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org An undocumented escape sequence in drivers/tty/vt/vt.c brings the previously accessed virtual terminal to the foreground. Signed-off-by: Scot Doyle --- man4/console_codes.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 00b8c40..0d75149 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -373,6 +373,7 @@ ESC [ 11 ; \fIn\fP ] Set bell duration in msec. ESC [ 12 ; \fIn\fP ] Bring specified console to the front. ESC [ 13 ] Unblank the screen. ESC [ 14 ; \fIn\fP ] Set the VESA powerdown interval in minutes. +ESC [ 15 ] Bring the previous console to the front. .TE .SS Character sets The kernel knows about 4 translations of bytes into console-screen -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html