diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 08:31:17 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-03-02 17:25:57 +0100 |
| commit | f8db29e89c3fa7ec1354c38871f77d755bc0965a (patch) | |
| tree | 86cc3324457680222442aa494e18ae8fba21b187 | |
| parent | e8db1b97ebec23aaa8b81b8d93c5a174bb644ca7 (diff) | |
| download | man-pages-f8db29e89c3fa7ec1354c38871f77d755bc0965a.tar.gz | |
console_codes.4: Add kernel version number for CSI sequence 15
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man4/console_codes.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 0d75149652..34f7535a23 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -373,7 +373,10 @@ 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. +ESC [ 15 ] T{ +Bring the previous console to the front +(since Linux 2.6.0). +T} .TE .SS Character sets The kernel knows about 4 translations of bytes into console-screen |
