diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 19:02:18 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 19:02:18 +0100 |
commit | 73d8cece72d29f0719459d6a6a0946b91d5368a2 (patch) | |
tree | 0c21299f7aaca0163f747997957bd05cad25bd41 /man4/console_codes.4 | |
parent | 47297adb6e8cc25a8bc44b5dab2bdf65a9176287 (diff) |
intro.1, time.1, _syscall.2, accept.2, capget.2, clone.2, execve.2, fcntl.2, intro.2, ioctl_list.2, ioprio_set.2, kill.2, mlock.2, nanosleep.2, perf_event_open.2, select.2, stat.2, times.2, ustat.2, vfork.2, wait.2, cfree.3, dbopen.3, dlopen.3, fenv.3, fmtmsg.3, gamma.3, getaddrinfo.3, gethostbyname.3, getnameinfo.3, getspnam.3, login.3, printf.3, regex.3, stdio.3, sysconf.3, termios.3, ttyslot.3, undocumented.3, wordexp.3, console_codes.4, initrd.4, mouse.4, random.4, st.4, tty_ioctl.4, wavelan.4, charmap.5, dir_colors.5, hosts.5, termcap.5, armscii-8.7, boot.7, bootparam.7, capabilities.7, charsets.7, ddp.7, futex.7, glob.7, ipv6.7, iso_8859-1.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7, man.7, numa.7, path_resolution.7, pipe.7, posixoptions.7, pthreads.7, pty.7, rtnetlink.7, signal.7, time.7, udp.7, udplite.7, unicode.7, uri.7, utf-8.7: G;lobal fix: remove unneeded double quotes in .SS headings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man4/console_codes.4')
-rw-r--r-- | man4/console_codes.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 4203bb92..47bbe87e 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -64,7 +64,7 @@ always want to use a terminfo-aware screen library or utility such as .BR tput (1), or .BR reset (1). -.SS "Linux console controls" +.SS Linux console controls This section describes all the control characters and escape sequences that invoke special functions (i.e., anything other than writing a glyph at the current cursor location) on the Linux console. @@ -372,7 +372,7 @@ 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. .TE -.SS "Character sets" +.SS Character sets The kernel knows about 4 translations of bytes into console-screen symbols. The four tables are: a) Latin1 \-> PC, @@ -409,7 +409,7 @@ s = map[c] is sent to the video memory. The bitmap that corresponds to s is found in the character ROM, and can be changed using .BR setfont (8). -.SS "Mouse tracking" +.SS Mouse tracking The mouse tracking facility is intended to return .BR xterm (1)-compatible mouse status reports. @@ -452,7 +452,7 @@ pressed and are added together: 4=Shift, 8=Meta, 16=Control. Again \fIx\fP and \fIy\fP are the x and y coordinates of the mouse event. The upper left corner is (1,1). -.SS "Comparisons with other terminals" +.SS Comparisons with other terminals Many different terminal types are described, like the Linux console, as being "VT100-compatible". Here we discuss differences between the |