Knowledge

ANSI escape code

Source πŸ“

5601:<esc>[19~ - F8 <esc>[34~ - F20 <esc>[5~ - PgUp <esc>[20~ - F9 <esc>[35~ - <esc>[6~ - PgDn <esc>[21~ - F10 <esc>[7~ - Home <esc>[22~ - <esc>[8~ - End <esc>[23~ - F11 <esc>[9~ - <esc>[24~ - F12 <esc>[10~ - F0 <esc>[25~ - F13 <esc>[11~ - F1 <esc>[26~ - F14 <esc>[12~ - F2 <esc>[27~ - <esc>[13~ - F3 <esc>[28~ - F15 <esc>[14~ - F4 <esc>[29~ - F16 <esc>[15~ - F5 <esc>[30~ - xterm sequences: <esc>[A - Up <esc>[K - <esc>[U - <esc>[B - Down <esc>[L - <esc>[V - <esc>[C - Right <esc>[M - <esc>[W - <esc>[D - Left <esc>[N - <esc>[X - <esc>[E - <esc>[O - <esc>[Y - <esc>[F - End <esc>[1P - F1 <esc>[Z - <esc>[G - Keypad 5 <esc>[1Q - F2 <esc>[H - Home <esc>[1R - F3 <esc>[I - <esc>[1S - F4 <esc>[J - <esc>[T - 5474:<char> -> char <esc> <nochar> -> esc <esc> <esc> -> esc <esc> <char> -> Alt-keypress or keycode sequence <esc> '[' <nochar> -> Alt-[ <esc> '[' (<modifier>) <char> -> keycode sequence, <modifier> is a decimal number and defaults to 1 (xterm) <esc> '[' (<keycode>) (';'<modifier>) '~' -> keycode sequence, <keycode> and <modifier> are decimal numbers and default to 1 (vt) 5081: 9426: 309: 11984: 9337: 5355: 406: 47: 5600:
vt sequences: <esc>[1~ - Home <esc>[16~ - <esc>[31~ - F17 <esc>[2~ - Insert <esc>[17~ - F6 <esc>[32~ - F18 <esc>[3~ - Delete <esc>[18~ - F7 <esc>[33~ - F19 <esc>[4~ - End
4393:
to report the color scheme of the terminal (mainly light vs. dark background). This behavior originated in S-Lang and is used by vim. Gnome-terminal refuses to add this behavior, as the syntax for the value is not agreed upon, the value cannot be changed upon a runtime change of the palette, and more
4301:
There is a leading "colorspace ID". The definition of the colorspace ID is not included in that specification, so it may be blank to represent the unspecified default. For CMYK color specifications, mintty interprets the colorspace ID parameter as specifying the maximum value which the channel values
4385:
to indicate whether a terminal emulator could use colors at all, and later added values to indicate if it supported 24-bit color. This system, although poorly documented, became widespread enough for Fedora and RHEL to consider using it as a simpler and more universal detection mechanism compared to
235:
ANSI sequences were introduced in the 1970s to replace vendor-specific sequences and became widespread in the computer equipment market by the early 1980s. Although hardware text terminals have become increasingly rare in the 21st century, the relevance of the ANSI standard persists because a great
4305:
In addition to the '2' value after 48 to specify a Red-Green-Blue format (and the '5' above for a 0-255 indexed color), there are alternatives of '0' for implementation-defined and '1' for transparent - neither of which have any further parameters; '3' specifies colors using a Cyan-Magenta-Yellow
1108:
The behavior of the terminal is undefined in the case where a CSI sequence contains any character outside of the range 0x20–0x7E. These illegal characters are either C0 control characters (the range 0–0x1F), DEL (0x7F), or bytes with the high bit set. Possible responses are to ignore the byte, to
287:
The ANSI standard attempted to address these problems by making a command set that all terminals would use and requiring all numeric information to be transmitted as ASCII numbers. The first standard in the series was ECMA-48, adopted in 1976. It was a continuation of a series of character coding
5455:
When typing input on a terminal keypresses outside the normal main alphanumeric keyboard area can be sent to the host as ANSI sequences. For keys that have an equivalent output function, such as the cursor keys, these often mirror the output sequences. However, for most keypresses there isn't an
2586:
The original specification only had 8 colors, and just gave them names. The SGR parameters 30–37 selected the foreground color, while 40–47 selected the background. Quite a few terminals implemented "bold" (SGR code 1) as a brighter color rather than a different font, thus providing 8 additional
283:
to work with any terminal. In addition, many of these terminals required sending numbers (such as row and column) as the binary values of the characters; for some programming languages, and for systems that did not use ASCII internally, it was often difficult to turn a number into the correct
5630:
Xterm has a comprehensive documentation page on the various function-key and mouse input sequence schemes from DEC's VT terminals and various other terminals it emulates. Thomas Dickey has added a lot of support to it over time; he also maintains a list of default keys used by other terminal
468:) were interpreted by the underlying BIOS. Any display effects had to be done with BIOS calls, which were notoriously slow, or by directly manipulating the IBM PC hardware. This made any interesting software non-portable and led to the need to duplicate details of the display hardware in 396:
standard (mainly ISO/IEC 8613-6 or ITU T.416). The two systems share many escape codes with the ANSI system, with extensions that are not necessarily meaningful to computer terminals. Both systems quickly fell into disuse, but ECMA-48 does mark the extensions used in them as reserved.
549:
Almost all users assume some functions of some single-byte characters. Initially defined as part of ASCII, the default C0 control code set is now defined in ISO 6429 (ECMA-48), making it part of the same standard as the C1 set invoked by the ANSI escape sequences (although
5459:
There are several encoding schemes, and unfortunately most terminals mix sequences from different schemes, so host software has to be able to deal with input sequences using any scheme. To complicate the matter, the VT terminals themselves have two schemes of input,
5477:
If the terminating character is '~', the first number must be present and is a keycode number, the second number is an optional modifier value. If the terminating character is a letter, the letter is the keycode value, and the optional number is the modifier value.
3375:
m Select background color 0- 7: standard colors (as in ESC [ 30–37 m) 8- 15: high intensity colors (as in ESC [ 90–97 m) 16-231: 6 Γ— 6 Γ— 6 cube (216 colors): 16 + 36 Γ— r + 6 Γ— g + b (0 ≀ r, g, b ≀ 5) 232-255: grayscale from dark to light in 24 steps
435:
As computers got more powerful even built-in displays started supporting them, allowing software to be portable between CP/M systems. There were attempts to extend the escape sequences to support printers and as an early PDF-like document storage format, the
854:. SS2 selects the G2 character set, and SS3 selects the G3 character set. In a 7-bit environment, this is followed by one or more GL bytes (0x20–0x7F) specifying a character from that set. In an 8-bit environment, these may instead be GR bytes (0xA0–0xFF). 1851:, named Select Graphic Rendition (SGR), sets display attributes. Several attributes can be set in the same sequence, separated by semicolons. Each display attribute remains in effect until a following occurrence of SGR resets it. If no codes are given, 745:(all the non-control ASCII characters), and can be parsed without looking ahead. The behavior when a control character, a byte with the high bit set, or a byte that is not part of any valid sequence, is encountered before the end is undefined. 995:
Takes an argument of a string of text, terminated by ST. The uses for these string control sequences are defined by the application or privacy discipline. These functions are rarely implemented and the arguments are ignored by xterm. Some
4244:
As "true color" graphic cards with 16 to 24 bits of color became common, applications began to support 24-bit colors. Terminal emulators supporting setting 24-bit foreground and background colors with escape sequences include Xterm, KDE's
427:
for communicating with remote machines almost always implement ANSI escape codes. This includes anything written to communicate with bulletin-board systems on home and personal computers. On Unix terminal emulators such as
4845:β€” This reassigns the key F10 to send to the keyboard buffer the string "DIR" and ENTER, which in the DOS command line would display the contents of the current directory. (MS-DOS ANSI.SYS only) This was sometimes used for 4849:. This is a private-use code (as indicated by the letter p), using a non-standard extension to include a string-valued parameter. Following the letter of the standard would consider the sequence to end at the letter D. 5451:
Pressing special keys on the keyboard, as well as outputting many xterm CSI, DCS, or OSC sequences, often produces a CSI, DCS, or OSC sequence, sent from the terminal to the computer as though the user typed it.
304:
committee TC 1 to produce nearly identical standards. These two standards were merged into an international standard, ISO 6429. In 1994, ANSI withdrew its standard in favor of the international standard.
339:
WY-99GT as well as optional "VT100" or "VT103" or "ANSI" modes with varying degrees of compatibility on many other brands. The popularity of these gradually led to more and more software (especially
12653: 11310: 4291:(ODA) and interchange format: Character content architectures, which was adopted as ISO/IEC 8613-6 but ended up as a commercial failure. The ODA version is more elaborate and thus incompatible: 1097:
A subset of arrangements was declared "private" so that terminal manufacturers could insert their own sequences without conflicting with the standard. Sequences containing the parameter bytes
2587:
foreground colors. Usually you could not get these as background colors, though sometimes inverse video (SGR code 7) would allow that. Examples: to get black letters on white background use
526:
terminal-based software to use the Windows Console. Windows PowerShell 5.1 enabled this by default, and PowerShell 6 made it possible to embed the necessary ESC character into a string with
244:
Almost all manufacturers of video terminals added vendor-specific escape sequences to perform operations such as placing the cursor at arbitrary positions on the screen. One example is the
256:
character, and then two characters representing numerical values equal to the x,y location plus 32 (thus starting at the ASCII space character and avoiding the control characters). The
323:, introduced in 1978. This model was very successful in the market, which sparked a variety of VT100 clones, among the earliest and most popular of which was the much more affordable 268:
and then the X and Y positions separated with a comma. While the two terminals had identical functionality in this regard, different control sequences had to be used to invoke them.
5842:, unchanged for over a decade, remaps yellow and magenta to give PowerShell distinctive foreground/background colors compared to the Command Prompt. PowerShell 7 is unaffected. 1000:
clients allow the server to automatically execute Kermit commands on the client by embedding them in APC sequences; this is a potential security risk if the server is untrusted.
778:) can be represented as single bytes in the 0x80–0x9F range. This is possible in character encodings conforming to the provisions for an 8-bit code made in ISO 2022, such as the 4402:
Most Operating System Command sequences were defined by Xterm, but many are also supported by other terminal emulators. For historical reasons, Xterm can end the command with
4381:
Rather than using the color support in termcap and terminfo introduced in SVr3.2 (1987), the S-Lang library (version 0.99-32, June 1996) used a separate environment variable
432:
also can communicate with software running on the same machine, and thus software running in X11 under a terminal emulator could assume the ability to write these sequences.
8955: 4705:
If the first byte is '#' the public sequences are reserved for additional ISO-IR registered individual control functions. No such sequences are presently registered. Type
4373:
The ITU-RGB variation is supported by xterm, with the colorspace ID and tolerance parameters ignored. The simpler scheme using semicolons is initially found in Konsole.
5820:
Typical colors that are used when booting PCs and leaving them in text mode, which used a 16-entry color table. The colors are different in the EGA/VGA graphic modes.
558:, provided that 0x1B is always ESC). This is used to shorten the amount of data transmitted, or to perform some functions that are unavailable from escape sequences: 5790: 3383:'s T.416 Information technology - Open Document Architecture (ODA) and interchange format: Character content architectures uses ":" as separator characters instead: 12908: 6158: 9371: 6185:
this includes retiring the classic console host user interface from its default position in favor of Windows Terminal, ConPTY, and virtual terminal sequences.
790:, those codes are often used for other purposes, so only the 2-byte sequence is typically used. In the case of UTF-8, representing a C1 control code via the 421:
home computers, and even lots of Unix software as it was easier to use than the termcap libraries, such as the shell script examples below in this article.
7800: 4546:
Restores the cursor position, encoding shift state and formatting attributes from the previous DECSC if any, otherwise resets these all to their defaults.
192: 12523: 10822: 7637: 6375: 662:
Moves to next line, scrolls the display up if at bottom of the screen. Usually does not move horizontally, though programs should not rely on this.
12518: 10817: 8746: 683:
Move a printer to top of next page. Usually does not move horizontally, though programs should not rely on this. Effect on video terminals varies.
12020: 11039: 10827: 518:
update which unexpectedly implemented support for ANSI escape sequences, over three decades after the debut of Windows. This was done alongside
10322: 9700: 7745: 5989: 358: 9400: 7820: 7334: 7308:
ITU-T Rec. T.416 (03/93) Information technology – Open Document Architecture (ODA) and interchange format: Character content architectures
6862: 10544: 5955: 1109:
process it immediately, and furthermore whether to continue with the CSI sequence, to abort it immediately, or to ignore the rest of it.
9364: 11514: 515: 12877: 11619: 11539: 11330: 11325: 11171: 7034: 5981: 899:
Terminated by ST. Xterm's uses of this sequence include defining User-Defined Keys, and requesting or setting Termcap/Terminfo data.
536:, introduced in 2019, supports the sequences by default, and Microsoft intends to replace the Windows Console with Windows Terminal. 362: 7144: 508:
modified text in-process as it was sent to the console, extracting the ANSI Escape sequences and emulating them with Windows calls.
492:
did not support ANSI escape sequences, nor did Microsoft provide any method to enable them. Some replacements such as JP Software's
11337: 7307: 6747: 6719: 413:
In the early 1980s, large amounts of software directly used these sequences to update screen displays. This included everything on
351: 185: 85: 6783: 9691: 9047: 8801: 6985: 4871:. Now if you use the sequence CSI u the cursor position will return to 7(y) and 10(x). Some terminals require the DEC sequences 12327: 11870: 10060: 9037: 5419: 232:
character, are embedded into text. The terminal interprets these sequences as commands, rather than text to display verbatim.
7296: 6214: 4306:
scheme, and '4' for a Cyan-Magenta-Yellow-Black one, the latter using the position marked as "unused" for the Black component:
10232: 9357: 8786: 7740: 6292: 5391: 485:. Poor performance, and the fact that it was not installed by default, meant software rarely (if ever) took advantage of it. 297: 7261: 6172: 5910: 767:
standard. Accordingly, all escape sequences corresponding to C1 control codes from ANSI X3.64 / ECMA-48 follow this format.
12628: 11939: 11740: 11263: 10646: 10237: 10207: 8920: 17: 6041: 3364:
lookup tables became common on graphic cards, escape sequences were added to select from a pre-defined set of 256 colors:
12013: 11584: 10914: 10711: 6720:"T.416 Information technology - Open Document Architecture (ODA) and interchange format: Character content architectures" 6531: 4971:
function flashes the terminal (by alternately sending reverse and normal video mode codes) until the user presses a key.
4863:
will save those two numbers. Now you can move to a different cursor position, such as 20(y) and 3(x), using the sequence
2341: 178: 7105: 5882:
compatible hardware, such as ANSI.SYS running on DOS, this normal intensity foreground color is rendered as orange. CGA
5398: 448:
The IBM PC, introduced in 1983, did not support these or any other escape sequences for updating the screen. Only a few
10035: 9314: 8825: 8628: 7372: 791: 6133: 11111: 10135: 8870: 8486: 8481: 7984: 7815: 7362: 7327: 5886:
monitors contained hardware to modify the dark yellow color to an orange/brown color by reducing the green component
5438: 5372: 280: 7285: 7252:), European Computer Manufacturers Association, Geneva 1991 (also published by ISO and IEC as standard ISO/IEC 6429) 5883: 5072:
on modern Linux systems; however it should work even on older Linux systems and on other (non-Linux) UNIX variants.
11675: 10847: 10691: 7904: 7245: 6733: 1561:) rather than an editor function (like CUD or CNL). This can lead to different handling in certain terminal modes. 347:) assuming the escape sequences worked, leading to almost all new terminals and emulator programs supporting them. 6417: 5405: 9122: 9057: 8811: 8791: 354:
publication 86. Later, the US government stopped duplicating industry standards, so FIPS pub. 86 was withdrawn.
12773: 12006: 11770: 11765: 11524: 11472: 9572: 9405: 8875: 7468: 5736:
to any character that is typed with the alt key down. This creates ambiguity for uppercase letters and symbols
5650: 5376: 4831:β€” This makes text green. The green may be a dark, dull green, so you may wish to enable Bold with the sequence 4825:β€” This clears the screen and, on some devices, locates the cursor to the y,x position 1,1 (upper left corner). 4811:
Makes the current line use double-width characters, discarding any characters in the second half of the line.
4430:
to change the palette, which, if hard-coded into an application, may hang other terminals. However, appending
12533: 12063: 11564: 10894: 10407: 10055: 9577: 8989: 8960: 8610: 7083: 7061: 7009: 6360: 6338: 6316: 5387: 357:
ECMA-48 has been updated several times and is currently at its 5th edition, from 1991. It is also adopted by
317: 6574: 1676:
Saves the cursor position/state in SCO console mode. In vertical split screen mode, instead used to set (as
12918: 9415: 9052: 8940: 8900: 7320: 1808:
Turn on bracketed paste mode. In bracketed paste mode, text pasted into the terminal will be surrounded by
370: 225: 12898: 11909: 11387: 9684: 9596: 9294: 8905: 8835: 8821: 8806: 8710: 8623: 8595: 8561: 6798: 4228:
There has also been a similar but incompatible 88-color encoding using the same escape sequence, seen in
2096:
Double-underline per ECMA-48, but instead disables bold intensity on several terminals, including in the
1816:; programs running in the terminal should not treat characters bracketed by those sequences as commands ( 519: 1155:) cells in the given direction. If the cursor is already at the edge of the screen, this has no effect. 737:
Escape sequences vary in length. The general format for an ANSI-compliant escape sequence is defined by
12448: 12443: 12145: 12073: 11569: 11477: 11427: 11186: 10519: 10514: 9913: 9535: 9268: 9213: 9134: 8915: 8571: 8566: 7919: 4288: 437: 393: 236:
majority of terminal emulators and command consoles interpret at least a portion of the ANSI standard.
8910: 6619: 5481:
The modifier value defaults to 1, and after subtracting 1 is a bitmap of modifier keys being pressed:
4601: 4573:. These escape sequences are further subcategorised by the low two bits of the first byte, e.g. "type 4569:. Said byte is followed by any number of additional bytes in this range, and then a byte in the range 1415:, clear entire screen and delete all lines saved in the scrollback buffer (this feature was added for 11835: 11780: 11559: 11544: 10802: 10222: 9718: 9440: 8975: 8930: 8766: 8315: 8019: 7964: 7929: 7166: 6898: 6062: 2685: 2607:. Later terminals added the ability to directly specify the "bright" colors with 90–97 and 100–107. 12798: 11883: 11790: 11579: 11554: 10766: 10761: 9622: 8490: 7999: 7979: 7974: 7914: 7909: 7418: 7291:
A collection of escape sequences for terminals that are vaguely compliant with ECMA-48 and friends.
6976: 6662: 4709:
sequences (which includes ones starting with '#') are available for private-use control functions.
4459: 8865: 12903: 12438: 11437: 10979: 10969: 10964: 10539: 10524: 10464: 9898: 9893: 9853: 9340: 9324: 9251: 9246: 9208: 9179: 9144: 8576: 8310: 8009: 7894: 5801: 5365: 4859:
will restore it to the position. Say the current cursor position is 7(y) and 10(x). The sequence
764: 741:(equivalent to ECMA-35 or ISO/IEC 2022). The escape sequences consist only of bytes in the range 114: 1062:
All common sequences just use the parameters as a series of semicolon-separated numbers such as
248:
terminal, which allowed the cursor to be placed at an x,y location on the screen by sending the
12913: 11987: 11755: 11745: 10874: 10292: 9873: 9677: 9659: 8935: 8925: 8781: 8771: 8305: 8014: 7459: 7446: 7382: 6978:
ISO-IR: ISO/IEC International Register of Coded Character Sets To Be Used With Escape Sequences
6854: 5879: 1904: 165: 145: 7192: 6282: 5959: 5615:
is normally omitted if no modifier keys are pressed, but most implementations always emit the
5412: 12578: 12468: 12029: 11176: 10686: 9908: 9878: 9771: 9761: 9722: 9714: 9525: 9520: 9493: 9112: 8950: 8885: 8761: 8300: 7454: 6955: 6700: 6685: 6592: 340: 31: 8330: 6638:"default shortcut on Windows remaps ANSI colors 35,36 Β· Issue #4266 Β· PowerShell/PowerShell" 6439: 12846: 12813: 12678: 12247: 11934: 11840: 11574: 11549: 11392: 11233: 10984: 10671: 10474: 10347: 10130: 9530: 9445: 9273: 8945: 8705: 8325: 770:
The standard says that, in 8-bit environments, the control functions corresponding to type
493: 7040: 6836: 6263: 4236:. Not much is known about the scheme besides the color codes. It uses a 4Γ—4Γ—4 color cube. 924:
Starts most of the useful sequences, terminated by a byte in the range 0x40 through 0x7E.
851: 8: 12778: 11775: 9455: 9450: 9228: 8855: 8340: 8225: 8215: 8210: 7280: 4896: 12753: 12733: 11720: 11655: 9995: 9586: 9381: 9309: 9157: 8970: 8965: 8890: 7889: 7863: 7387: 7343: 6916: 6637: 6221: 6048: 5917: 5796: 5047:
This can be used to alert a programmer when a lengthy command terminates, such as with
4771:
Makes the current line use characters twice as tall. This code is for the bottom half.
2653: 2644: 301: 271:
As these sequences were different for different terminals, elaborate libraries such as
73: 6877:"Bug 733423 – Please set COLORFGBG environment variable for automatic color detection" 6467: 10549: 9299: 9238: 9218: 8880: 8860: 8840: 8468: 7944: 7924: 7436: 6814: 6288: 5785: 4968: 4368:⟨Color-Space associated with tolerance: 0 for "CIELUV"; 1 for "CIELAB"⟩ 4340:⟨Color-Space associated with tolerance: 0 for "CIELUV"; 1 for "CIELAB"⟩ 2611: 1817: 997: 469: 449: 424: 217: 209: 6876: 6761: 6485: 4751:
Makes the current line use characters twice as tall. This code is for the top half.
4434:
will be ignored by Linux and form a proper, ignorable sequence for other terminals.
1752:
Enable reporting focus. Reports whenever terminal emulator enters or exits focus as
11283: 11024: 9669: 9460: 8830: 8796: 8506: 8335: 7300: 6508: 4333: 2665: 775: 533: 9349: 12633: 11893: 11614: 11519: 11273: 11201: 11196: 11191: 10676: 10639: 10634: 10629: 10624: 10619: 10614: 10609: 9410: 9304: 9223: 7954: 7949: 7939: 7884: 7569: 7559: 7554: 7549: 7544: 7539: 7534: 7290: 7265: 4931: 4913: 4892: 3390:
m Select foreground color where n is a number from the table below ESC[48:5:
3371:
m Select foreground color where n is a number from the table below ESC[48;5;
2658: 2637: 2036:
Characters legible but marked as if for deletion. Not supported in Terminal.app.
1554: 489: 759:
is followed by a byte in the range 0x40 to 0x5F, the escape sequence is of type
620:
Moves the cursor left (but may "backwards wrap" if cursor is at start of line).
504:
enabled ANSI escape sequences. Software such as the Python colorrama package or
11181: 10929: 10741: 10604: 10594: 10589: 10584: 10579: 10574: 10569: 10564: 10559: 9928: 9918: 9627: 8756: 8751: 8741: 8736: 8731: 8726: 8690: 8685: 8678: 8673: 8668: 8663: 8658: 8653: 8648: 8643: 8638: 8633: 8501: 8458: 8453: 8448: 8443: 8438: 8433: 8428: 8423: 8418: 8413: 8408: 8403: 8398: 8393: 8388: 8295: 8290: 8285: 8280: 8275: 8270: 8265: 8260: 8255: 8250: 8245: 8240: 8024: 7609: 7529: 7524: 7519: 7514: 7509: 7504: 7499: 7494: 7489: 7357: 7123: 6330: 5672: 5085: 4789:
Makes the current line use single-width characters, per the default behaviour.
4403: 4250: 344: 257: 8004: 7087: 7065: 4295:
The parameters after the '2' (r, g, and b) are optional and can be left empty.
2117:
Neither bold nor faint; color changes where intensity is implemented as such.
12892: 12856: 12851: 12841: 12836: 12831: 12823: 12818: 12808: 12793: 12788: 12743: 12728: 12723: 12718: 12708: 12698: 12688: 12683: 12663: 12658: 12648: 12623: 12613: 12603: 12568: 12563: 12553: 12548: 12538: 12513: 12508: 11969: 11944: 11929: 11865: 11860: 11855: 11850: 11845: 11690: 11635: 11604: 11594: 11457: 11447: 11417: 11412: 11362: 11342: 11320: 11305: 11258: 11223: 11166: 11161: 11151: 11029: 10974: 10949: 10944: 10924: 10797: 10337: 9776: 9746: 9601: 9076: 8496: 8383: 8378: 8373: 8368: 8363: 8358: 8235: 8230: 8220: 8205: 8200: 8195: 8190: 8185: 8180: 8175: 8170: 8165: 8160: 8155: 8150: 8145: 8140: 8135: 8130: 8125: 8120: 8115: 8110: 8105: 8100: 8095: 8090: 8085: 8080: 8075: 8070: 8065: 8060: 8055: 8050: 8045: 8040: 7959: 7934: 7899: 7858: 7604: 7217: 7013: 6352: 6308: 5080: 4936: 4412:(0x9C or 0x1B 0x5C). For example, Xterm allows the window title to be set by 2101: 2026: 1990: 476: 213: 79: 7145:"bash – How to get a notification when my commands are done – Ask Different" 4911:
Users can employ escape codes in their scripts by including them as part of
212:
to control cursor location, color, font styling, and other options on video
12803: 12783: 12503: 12478: 12463: 12458: 12453: 12433: 12428: 12423: 12418: 12413: 12408: 12398: 12393: 12388: 12088: 11830: 11800: 11660: 11004: 10999: 10862: 10857: 10852: 10771: 10716: 10666: 10599: 10554: 10529: 10459: 10454: 10449: 10444: 10439: 10397: 10362: 10272: 10267: 10095: 9903: 9643: 9551: 9096: 9091: 9086: 9081: 8816: 8556: 8551: 8546: 8541: 8536: 8531: 8526: 8521: 8516: 8511: 7994: 7989: 7969: 7853: 7845: 7478: 6935: 5635:
On the Linux console, certain function keys generate sequences of the form
4526:
Saves the cursor position, encoding shift state and formatting attributes.
4454:. This type is used for control functions individually registered with the 2097: 972:
Starts a control string for the operating system to use, terminated by ST.
133: 110: 9425: 12378: 12170: 12140: 12133: 12128: 11805: 11502: 11497: 11492: 11076: 10993: 9965: 9515: 7411: 7394: 6509:"Curly and colored underlines (#6382) Β· Issues Β· George Nachman / iterm2" 4940: 4939:
and words starting with "ERR" in bright yellow on a dark red background (
4839:. Some implementations use the Bold state to make the character Bright. 3361: 1925: 453: 324: 6107: 4600:
sequences are for changing the current character set, and are listed in
3402:
256-color mode β€” foreground: ESC[38;5;#m   background: ESC[48;5;#m
417:(which assumed DEC terminals), most software designed to be portable on 12748: 12673: 12588: 12528: 11795: 11700: 11407: 11382: 11146: 11101: 10837: 10494: 10307: 10200: 10195: 10190: 10150: 10125: 10000: 9756: 9606: 9590: 9582: 9261: 9169: 9022: 8700: 7795: 7765: 7760: 7755: 7750: 7715: 7599: 7594: 7584: 7579: 7377: 7367: 6734:"color-spaces.pl (a copy of 256colors2.pl from xterm dated 1999-07-11)" 6600: 6398: 5911:"Standard ECMA-48: Control Functions for Character-Imaging I/O Devices" 5379: in this section. Unsourced material may be challenged and removed. 4376: 782:
series. However, in character encodings used on modern devices such as
738: 554:
allows the ISO 6429 C0 set to be used without the ISO 6429 C1 set, and
512: 465: 461: 457: 374: 150: 97: 9202: 7312: 4482:, which is set apart for up to sixteen private-use control functions. 12861: 12638: 12573: 12362: 12357: 12352: 12347: 12342: 12332: 12322: 12317: 12307: 12302: 12297: 12292: 12282: 12277: 12272: 12257: 12252: 12242: 12237: 12232: 12222: 12217: 12212: 12207: 12202: 12197: 12192: 12187: 12165: 12160: 12150: 12123: 12118: 12108: 12103: 12098: 12093: 12083: 12078: 12068: 12053: 12048: 12043: 11964: 11959: 11954: 11949: 11924: 11914: 11875: 11825: 11820: 11815: 11810: 11715: 11710: 11705: 11695: 11685: 11670: 11650: 11645: 11640: 11589: 11534: 11529: 11509: 11487: 11467: 11422: 11402: 11357: 11352: 11347: 11315: 11278: 11268: 11253: 11248: 11243: 11228: 11213: 11208: 11136: 11131: 11126: 11106: 11096: 11091: 11086: 11071: 11066: 11014: 11009: 10989: 10959: 10934: 10919: 10889: 10842: 10832: 10812: 10807: 10792: 10787: 10701: 10422: 10417: 10312: 9958: 9953: 9948: 9943: 9938: 9846: 9841: 9836: 9831: 9567: 9149: 9127: 9032: 8845: 7874: 7805: 7785: 7780: 7705: 7700: 6215:"Standard ECMA-35: Character Code Structure and Extension Techniques" 4935:
command by displaying lines containing words starting with "WARN" in
4846: 4661:
Makes the function keys send ESC + letter instead of 8-bit C1 codes.
1558: 523: 332: 308: 160: 5354: 2610:
The chart below shows a few examples of how VGA standard and modern
316:
The first popular video terminal to support these sequences was the
12713: 12287: 12267: 12227: 12182: 12113: 12058: 11599: 11377: 11081: 10909: 10746: 10736: 10721: 10696: 10681: 10656: 10651: 10534: 10509: 10504: 10489: 10484: 10479: 10469: 10434: 10429: 10412: 10392: 10387: 10382: 10377: 10372: 10367: 10357: 10342: 10332: 10327: 10317: 10302: 10297: 10287: 10282: 10277: 10262: 10257: 10252: 10247: 10242: 10227: 10212: 10185: 10180: 10175: 10170: 10165: 10160: 10155: 10145: 10140: 10120: 10115: 10105: 10100: 10090: 10085: 10075: 10070: 10065: 10040: 10030: 9923: 9826: 9821: 9816: 9811: 9806: 9801: 9796: 9791: 9786: 9487: 9319: 9174: 9139: 9117: 9027: 8850: 7790: 7775: 7735: 7730: 7725: 7710: 7669: 7664: 7659: 7654: 7649: 7644: 7441: 7431: 7427: 7401: 6085: 5932: 5780: 2168: 1954:
Style extensions exist for Kitty, VTE, mintty, iTerm2 and Konsole.
1524: 1492: 1404: 1301: 1267: 1235: 779: 551: 481: 381: 300:
adopted ANSI X3.64. The ANSI X3L2 committee collaborated with the
155: 128: 5532:
In other words, the modifier is the sum of the following numbers:
12738: 12703: 12693: 12262: 12175: 11888: 11680: 11665: 11462: 11452: 11442: 11218: 11034: 10879: 10867: 10025: 10020: 10015: 10010: 10005: 9990: 9985: 9980: 9975: 9970: 9933: 9888: 9883: 9868: 9863: 9858: 9189: 8985: 8895: 8776: 8350: 7720: 7695: 7685: 7423: 5743: 4246: 2077: 787: 414: 385: 296:
originates. The name "ANSI escape sequence" dates from 1979 when
293: 272: 229: 11998: 6762:"libvte's bug report and patches: Support for 16 million colors" 5671:
are pressed with modifiers. The faulty behavior was copied from
2603:(not supported on some terminals), or reset all attributes with 2431:
Not in standard; implemented in Kitty, VTE, mintty, and iTerm2.
2407:
Not in standard; implemented in Kitty, VTE, mintty, and iTerm2.
810:(C1 set element) ANSI escape sequences (not an exhaustive list) 350:
In 1981, ANSI X3.64 was adopted for use in the US government by
12768: 12763: 12758: 12668: 12608: 12598: 12593: 12583: 12543: 12493: 11750: 11735: 11730: 11725: 11397: 11372: 11300: 11156: 11141: 11121: 11116: 11061: 11054: 11049: 11044: 10939: 10904: 10751: 10402: 10217: 9781: 9508: 9482: 9194: 9184: 9162: 9042: 9017: 9012: 8695: 8586: 8476: 7835: 7825: 7810: 7627: 7193:"Table of function-keys for XTerm and other Terminal Emulators" 6940: 5767: 4943:
is ignored). The representations of the codes are highlighted.
4919: 4455: 505: 501: 289: 6556: 6280: 6042:"Standard ECMA-48: Control Functions for Coded Character Sets" 5770:
supports reporting additional keys via an enhanced CSI u mode.
4249:, and iTerm, as well as all libvte based terminals, including 1999:
Swap foreground and background colors; inconsistent emulation
1050: 12618: 12498: 12488: 12483: 12473: 12383: 12312: 11785: 11760: 11482: 11367: 11238: 11019: 10884: 10756: 10731: 10726: 10706: 10080: 10050: 10045: 9766: 9751: 9741: 9736: 9503: 9498: 9289: 9007: 9002: 8997: 8614: 8320: 7830: 7770: 7632: 7406: 7218:"CSI u - Documentation - iTerm2 - macOS Terminal Replacement" 6899:"Hyperlinks (a.k.a. HTML-like anchors) in terminal emulators" 4718: 4491: 2680: 2670: 1941:
Not widely supported. Sometimes treated as inverse or blink.
1722: 1416: 1403:, clear entire screen (and moves cursor to upper left on DOS 783: 429: 405: 320: 7246:
Standard ECMA-48, Control Functions For Coded Character Sets
6956:"console_codes β€” Linux console escape and control sequences" 6086:"Process ANSI escape sequences for Windows console programs" 5702:
key is pressed with modifiers, which collide in the case of
1838: 1820:, for example, does not treat them as commands). From xterm 1583:
Sets colors and style of the characters following this code
1553:
Same as CUP, but counts as a format effector function (like
496:(formerly 4NT), Michael J. Mefford's ANSI.COM, Jason Hood's 12643: 12558: 12155: 11432: 11295: 11288: 10954: 10899: 10499: 10110: 9648: 8600: 7690: 6784:"How to enable 24bit true color support in Gnome terminal?" 5839: 4888: 4397: 2675: 1447:(or missing), clear from cursor to the end of the line. If 418: 336: 328: 276: 245: 221: 91: 52: 4423:
from 2017, used by VTE, iTerm2, and mintty, among others.
12337: 11919: 11609: 10661: 9466: 9067: 7255: 5791:
Advanced Video Attribute Terminal Assembler and Recreator
4925: 4284: 3380: 2614:
translate the 4-bit color codes into 24-bit color codes.
1609:
Disable aux serial port usually for local serial printer
6378:. Functions using CSI, ordered by the final character(s) 1706:
Restores the cursor position/state in SCO console mode.
1596:
Enable aux serial port usually for local serial printer
6800:
curs_color(3X) - manipulate terminal colors with curses
4901: 1980:
MS-DOS ANSI.SYS, 150+ per minute; not widely supported
1463:, clear entire line. Cursor position does not change. 1055:
For Control Sequence Introducer, or CSI, commands, the
46: 27:
Method used for display options on video text terminals
7262:"ANSI.SYS -- ansi terminal emulation escape sequences" 6567: 6134:"Console Virtual Terminal Sequences - Windows Console" 4905:
command color-codes file and directory names by type.
4899:. For example, on compatible terminals, the following 7167:"XTerm FAQ: Comparing versions, by counting controls" 6526: 6524: 6522: 6262:
Moy, Edward; Gildea, Stephen; Dickey, Thomas (2019).
4855:β€” This saves the cursor position. Using the sequence 1387:(or missing), clear from cursor to end of screen. If 1113:
Some ANSI control sequences (not an exhaustive list)
9699: 6855:"Features/256 Color Terminals - Fedora Project Wiki" 5068:
This will reset the console, similar to the command
4394:"proper" xterm OSC 4/10/11 sequences already exist. 4377:
Unix environment variables relating to color support
763:. Its interpretation is delegated to the applicable 9379: 6830: 6828: 5860:
Campbell theme, used as of Windows 10 version 1709.
4843:
CSI 0 ; 6 8 ; "DIR" ; 13 p
2558:Not in standard; originally implemented by aixterm 1491:) lines. New lines are added at the bottom. (not 1395:, clear from cursor to beginning of the screen. If 7029: 7027: 6663:"The IBM 5153's True CGA Palette and Color Output" 6519: 6165: 1627:Reports the cursor position (CPR) by transmitting 1419:and is supported by other terminal applications). 1340:(top left corner) if omitted. A sequence such as 562:Popular C0 control codes (not an exhaustive list) 4835:which would make it bright green, or combined as 4717:(private-use) escape sequences recognised by the 4490:(private-use) escape sequences recognised by the 1455:, clear from cursor to beginning of the line. If 794:block results in a different two-byte code (e.g. 279:had to be created so programs could use the same 12890: 9269:Unicode control, format and separator characters 6825: 6698:Changed from 0, 0, 255 in July 2004 6683:Changed from 0, 0, 205 in July 2004 6432: 6173:"Windows Console and Terminal Ecosystem Roadmap" 5953: 5905: 5903: 4581:; and by whether the final byte is in the range 3398: 1967:Sets blinking to less than 150 times per minute 1523:) lines. New lines are added at the top. (not 1086:reset code). Some sequences (such as CUU) treat 275:("terminal capabilities") and utilities such as 30:"ANSI code" redirects here. For other uses, see 12909:American National Standards Institute standards 7024: 6971: 6969: 6549: 6274: 6261: 5924: 5611:are the same as the ANSI output sequences. The 2314:Implementation defined (according to standard) 2261:Implementation defined (according to standard) 1903:As with faint, the color change is a PC (SCO / 6620:"mintty/mintty: Text attributes and rendering" 6416:Moy, Edward; Gildea, Stephen; Dickey, Thomas. 6374:Moy, Edward; Gildea, Stephen; Dickey, Thomas. 5990:National Institute of Standards and Technology 1796:Disable alternative screen buffer, from xterm 12014: 9685: 9365: 7328: 5900: 5717:, which will be reflected in the response as 4699:Makes the function keys send 8-bit C1 codes. 4389:Some terminal emulators (urxvt, konsole) set 2171:and T.416, not known to be used on terminals 1784:Enable alternative screen buffer, from xterm 186: 6966: 6396: 4298:Semicolons are replaced by colons, as above. 1094:in order to make missing parameters useful. 7092:VT510 Video Terminal Programmer Information 7070:VT510 Video Terminal Programmer Information 7018:VT510 Video Terminal Programmer Information 6815:"Midnight Commander: lib/tty/color-slang.c" 6701:"Patch #192 – 2004/7/12 – XFree86 4.4.99.9" 6686:"Patch #192 – 2004/7/12 – XFree86 4.4.99.9" 6486:"Bug 791596 – Thoughts about faint (SGR 2)" 6415: 6373: 6357:VT510 Video Terminal Programmer Information 6335:VT510 Video Terminal Programmer Information 6313:VT510 Video Terminal Programmer Information 6159:"PowerShell Help: About Special Characters" 5642:. The CSI sequence should terminate on the 5344: 4692:Send 8-bit C1 Control Character to the Host 4654:Send 7-bit C1 Control Character to the Host 4458:registry. A table of these is listed under 1051:CSI (Control Sequence Introducer) sequences 12021: 12007: 9692: 9678: 9372: 9358: 7335: 7321: 7004: 7002: 6503: 6501: 6499: 6209: 6207: 6205: 6203: 6201: 6199: 6197: 6195: 6193: 6036: 6034: 6032: 6030: 6028: 1336:. The values are 1-based, and default to 850:Select a single character from one of the 193: 179: 12878:International Electrotechnical Commission 7088:"DECDWLβ€”Double-Width, Single-Height Line" 7066:"DECSWLβ€”Single-Width, Single-Height Line" 6614: 6612: 6610: 6281:Frank da Cruz; Christine Gianone (1997). 6026: 6024: 6022: 6020: 6018: 6016: 6014: 6012: 6010: 6008: 5468:that can be switched by the application. 5439:Learn how and when to remove this message 2599:. To reset colors to their defaults, use 1839:SGR (Select Graphic Rendition) parameters 641:Moves the cursor right to next tab stop. 6714: 6712: 6710: 5930: 5079: 4947:make 2>&1 | sed -e 's/.*\bWARN.*/ 4879:instead which is more widely supported. 4577:" for sequences where the first byte is 4419:A non-xterm extension is the hyperlink, 4398:OSC (Operating System Command) sequences 774:escape sequences (those from the set of 404: 307: 7342: 6999: 6496: 6257: 6255: 6253: 6251: 6190: 5869:For virtual terminals, from /etc/vtrgb. 5829:Seen in Windows XP through Windows 8.1 4342:m Select RGB foreground color ESC[48:2: 4268:m Select RGB foreground color ESC[48;2; 292:from 1965, a 7-bit standard from which 14: 12891: 7190: 6936:"OSC 8 adoption in terminal emulators" 6892: 6890: 6834: 6607: 6462: 6460: 6440:"console_codes(4) - Linux manual page" 6249: 6247: 6245: 6243: 6241: 6239: 6237: 6235: 6233: 6231: 6077: 6005: 4929:command embellishes the output of the 4767:DEC Double-Height Letters, Bottom Half 4552: 4465: 4437: 2441:Ideogram underline or right side line 1258:Moves cursor to beginning of the line 1226:Moves cursor to beginning of the line 947:Terminates strings in other controls. 748: 61:and other ANSI/ISO control sequences). 12002: 9673: 9353: 7316: 7124:"VT100.net: Digital VT100 User Guide" 6933: 6896: 6707: 6353:"SCORCβ€”Restore Saved Cursor Position" 6131: 4882: 4612:(announcement) ANSI escape sequences 2142:Neither singly nor doubly underlined 475:DOS version 2.0 included an optional 312:The DEC VT100 video display terminal. 260:had a similar feature, invoked using 55:, an ncurses-application (which uses 7036:ANSI Escape sequences - VT100 / VT52 6865:from the original on 4 October 2012. 6331:"DECSLRMβ€”Set Left and Right Margins" 6309:"SCOSCβ€”Save Current Cursor Position" 6083: 5554:always added, the rest are optional 5377:adding citations to reliable sources 5348: 4887:ANSI escape codes are often used in 4748:DEC Double-Height Letters, Top Half 4386:querying the now-updated libraries. 2468:Ideogram overline or left side line 2272: 2219: 7082: 7060: 7008: 6887: 6472:SCO OpenServer Release 5.0.7 Manual 6457: 6264:"XTerm Control Sequences (ctlseqs)" 6228: 6063:"Amiga Printer Command Definitions" 5709:. This can be avoided by using the 5456:equivalent output sequence to use. 4585:indicating private use (e.g. "type 4561:is followed by a byte in the range 4474:is followed by a byte in the range 4446:is followed by a byte in the range 4414:ESC ]0;this is the window title BEL 4302:are given out of (e.g. 100 or 255). 1688:) or reset left and right margins. 802:), but no space is saved this way. 544: 400: 24: 8679:Norwegian and Danish (alternative) 7164: 6917:"mintty/mintty: Control Sequences" 6532:"Extensions to the xterm protocol" 5958:. Heathkit Company. Archived from 4283:The syntax is likely based on the 2626: 2621: 2581: 2545:Neither superscript nor subscript 792:C1 Controls and Latin-1 Supplement 443: 141:Other control function standards: 25: 12930: 12028: 7239: 5982:"Withdrawn FIPS Listed by Number" 5690:if asked for cursor position and 4923:. For example, the following GNU 4565:, the escape sequence is of type 4478:, the escape sequence is of type 4450:, the escape sequence is of type 1890:All attributes become turned off 1066:. Missing numbers are treated as 706:Moves the cursor to column zero. 11983: 11982: 9424: 9336: 9335: 5353: 2127:Neither italic, nor blackletter 2093:Doubly underlined; or: not bold 731:Starts all the escape sequences 511:In 2016, Microsoft released the 45: 9123:Digital encoding of APL symbols 9058:Comparison of Unicode encodings 7576:Proposed but not approved 7210: 7184: 7158: 7137: 7116: 7098: 7076: 7054: 6948: 6927: 6909: 6869: 6847: 6807: 6790: 6776: 6754: 6740: 6726: 6692: 6677: 6655: 6630: 6585: 6478: 6409: 6390: 6367: 6345: 6323: 6301: 6151: 5872: 5863: 5854: 5845: 5832: 5823: 5814: 5364:needs additional citations for 4408:(0x07) as well as the standard 1832:Turn off bracketed paste mode. 1646:Some popular private sequences 1074:acts like the middle number is 919: 288:standards, the first one being 9406:Common Language Infrastructure 6837:"NCURSES β€” comments on S-Lang" 6764:. GNOME Bugzilla. 4 April 2014 6557:"Curly and colored underlines" 6287:. Digital Press. p. 278. 6125: 6100: 6055: 5974: 5947: 5838:PowerShell's default shortcut 4370:m Select RGB background color 4344:⟨Color-Space-ID⟩ 4312:⟨Color-Space-ID⟩ 4280:m Select RGB background color 2458:double line on the right side 2367:Not supported in Terminal.app 1924:May be implemented as a light 1379:Clears part of the screen. If 1101:or the final bytes 0x70–0x7E ( 1078:, and no parameters at all in 539: 327:in 1979. Others included the 13: 1: 5920:. August 1979. Brief History. 5893: 5084:Output of example program on 4217: 4214: 4211: 4208: 4205: 4202: 4199: 4196: 4193: 4190: 4187: 4184: 4181: 4178: 4175: 4172: 4169: 4166: 4163: 4160: 4157: 4154: 4151: 4148: 4134: 4131: 4128: 4125: 4122: 4119: 4116: 4113: 4110: 4107: 4104: 4101: 4098: 4095: 4092: 4089: 4086: 4083: 4080: 4077: 4074: 4071: 4068: 4065: 4062: 4059: 4056: 4053: 4050: 4047: 4044: 4041: 4038: 4035: 4032: 4029: 4024: 4021: 4018: 4015: 4012: 4009: 4006: 4003: 4000: 3997: 3994: 3991: 3988: 3985: 3982: 3979: 3976: 3973: 3970: 3967: 3964: 3961: 3958: 3955: 3952: 3949: 3946: 3943: 3940: 3937: 3934: 3931: 3928: 3925: 3922: 3919: 3914: 3911: 3908: 3905: 3902: 3899: 3896: 3893: 3890: 3887: 3884: 3881: 3878: 3875: 3872: 3869: 3866: 3863: 3860: 3857: 3854: 3851: 3848: 3845: 3842: 3839: 3836: 3833: 3830: 3827: 3824: 3821: 3818: 3815: 3812: 3809: 3804: 3801: 3798: 3795: 3792: 3789: 3786: 3783: 3780: 3777: 3774: 3771: 3768: 3765: 3762: 3759: 3756: 3753: 3750: 3747: 3744: 3741: 3738: 3735: 3732: 3729: 3726: 3723: 3720: 3717: 3714: 3711: 3708: 3705: 3702: 3699: 3694: 3691: 3688: 3685: 3682: 3679: 3676: 3673: 3670: 3667: 3664: 3661: 3658: 3655: 3652: 3649: 3646: 3643: 3640: 3637: 3634: 3631: 3628: 3625: 3622: 3619: 3616: 3613: 3610: 3607: 3604: 3601: 3598: 3595: 3592: 3589: 3584: 3581: 3578: 3575: 3572: 3569: 3566: 3563: 3560: 3557: 3554: 3551: 3548: 3545: 3542: 3539: 3536: 3533: 3530: 3527: 3524: 3521: 3518: 3515: 3512: 3509: 3506: 3503: 3500: 3497: 3494: 3491: 3488: 3485: 3482: 3479: 3465: 3462: 3459: 3456: 3453: 3450: 3447: 3444: 3439: 3436: 3433: 3430: 3427: 3424: 3421: 3418: 2482:double line on the left side 2377:Neither framed nor encircled 2324:Disable proportional spacing 1702:Restore Saved Cursor Position 1673:Save Current Cursor Position 51:Output of the system-monitor 5851:Debug console, "Dark+" theme 5740:, which would form C1 codes. 4364:⟨CS tolerance⟩ 2570:Set bright background color 2555:Set bright foreground color 2505:Reset the effects of all of 1917:Faint, decreased intensity, 1900:Bold or increased intensity 1801:CSI ? 2004 h 1549:Horizontal Vertical Position 1439:Erases part of the line. If 409:The Xterm terminal emulator. 371:Japanese Industrial Standard 369:. A version is adopted as a 7: 9295:Character encodings in HTML 8629:National Replacement (NRCS) 8596:Japanese language in EBCDIC 6397:Conrad Irwin (April 2013). 5933:"Digital's Video Terminals" 5774: 5764:are pressed with modifiers. 4817: 2525:Implemented only in mintty 2454:Ideogram double underline, 1721:Shows the cursor, from the 1292:Moves the cursor to column 1041:Application Program Command 920:Control Sequence Introducer 520:Windows Subsystem for Linux 10: 12935: 9536:Holographic Versatile Disc 7286:AIXterm / Escape Sequences 6835:Dickey, Thomas E. (2017). 5631:emulators for comparison. 4289:Open Document Architecture 4144: 4139: 3474: 3414: 3409: 3406: 3401: 3394:m Select background color 3348:255, 255, 255 3345:230, 230, 230 3342:242, 242, 242 3334:255, 255, 255 3190:249, 241, 165 3085:128, 128, 128 3082:127, 127, 127 3079:127, 127, 127 3073:102, 102, 102 3070:118, 118, 118 3064:128, 128, 128 3041:229, 229, 229 3038:204, 204, 204 3035:229, 229, 229 3032:210, 210, 210 3029:187, 187, 187 3026:191, 191, 191 3023:204, 204, 204 3017:192, 192, 192 3014:170, 170, 170 2834:238, 237, 240 2478:Ideogram double overline, 2408: 2402: 2292: 2287: 2239: 2234: 1515:Scroll whole page down by 1288:Cursor Horizontal Absolute 852:alternative character sets 438:Open Document Architecture 394:Open Document Architecture 380:Related standards include 239: 29: 12870: 12371: 12036: 11978: 11902: 11628: 10780: 9729: 9711: 9657: 9636: 9615: 9560: 9544: 9475: 9441:Advanced Intelligent Tape 9433: 9422: 9388: 9333: 9282: 9237: 9105: 9066: 8984: 8719: 8609: 8585: 8467: 8349: 8033: 7872: 7844: 7678: 7620: 7477: 7350: 6960:Linux Programmer's Manual 6597:Linux Programmer's Manual 6575:"console-termio-realizer" 6418:"XTerm Control Sequences" 6376:"XTerm Control Sequences" 5954:Heathkit Company (1979). 5069: 5048: 5018: 4999: 4974: 4876: 4872: 4868: 4864: 4860: 4856: 4852: 4842: 4836: 4832: 4828: 4822: 4774: 4754: 4736: 4706: 4688:Announce Code Structure 7 4650:Announce Code Structure 6 4597: 4590: 4586: 4574: 4566: 4558: 4479: 4471: 4451: 4443: 4431: 4427: 4420: 4413: 4409: 4404: 4390: 4382: 4239: 4233: 4229: 3347: 3333: 3315: 3313:85, 255, 255 3307:97, 214, 214 3300: 3298:85, 255, 255 3279: 3277:255, 85, 255 3264: 3262:255, 85, 255 3226:59, 120, 255 3219: 3198: 3196:255, 255, 85 3183: 3181:255, 255, 85 3162: 3144: 3123: 3108: 3063: 3016: 2993:44, 181, 233 2978:58, 150, 221 2971: 2948:118, 38, 113 2933:136, 23, 152 2878: 2785: 2740: 2713: 2707: 2604: 2600: 2596: 2592: 2588: 2576: 2557: 2524: 2510: 2506: 2443: 2414: 2410: 2339: 2311:Default background color 2298: 2294: 2258:Default foreground color 2245: 2241: 1856: 1852: 1813: 1809: 1772:Disable reporting focus. 1757: 1753: 1628: 1520: 1488: 1460: 1452: 1444: 1412: 1400: 1392: 1384: 1357: 1353: 1349: 1345: 1341: 1337: 1297: 1263: 1231: 1152: 1146: 1091: 1087: 1083: 1079: 1075: 1071: 1067: 1063: 1056: 994: 849: 771: 760: 755: 527: 265: 261: 253: 249: 174: 122:Other related encoding(s) 121: 106: 66: 44: 40:ANSI X3.64 (ISO/IEC 6429) 9325:Variable-length encoding 9106:Miscellaneous code pages 7864:Extended Unix Code / EUC 7555:-15 (New Western Europe) 7351:Early telecommunications 7281:Xterm / Escape Sequences 7106:"Chapter 9. System tips" 6088:. Jason Hood's Home page 5807: 5345:Terminal input sequences 5090: 5056: 4792: 4529: 4509: 3355: 3316:0, 255, 255 3310:0, 230, 230 3301:0, 255, 255 3280:255, 0, 255 3274:230, 0, 230 3271:180, 0, 158 3265:255, 0, 255 3244:92, 92, 255 3238:92, 92, 255 3232:85, 85, 255 3217:85, 85, 255 3199:255, 255, 0 3193:230, 230, 0 3184:255, 255, 0 3157:85, 255, 85 3151:22, 198, 12 3142:85, 255, 85 3121:255, 85, 85 3115:231, 72, 86 3106:255, 85, 85 2996:0, 205, 205 2990:0, 205, 205 2987:0, 147, 147 2984:0, 187, 187 2981:0, 166, 178 2972:0, 128, 128 2969:0, 170, 170 2951:205, 0, 205 2945:205, 0, 205 2942:156, 0, 156 2939:187, 0, 187 2936:178, 0, 178 2924:128, 0, 128 2921:170, 0, 170 2900:0, 111, 184 2858:205, 205, 0 2855:255, 199, 6 2852:205, 205, 0 2849:252, 127, 0 2846:187, 187, 0 2843:153, 153, 0 2840:193, 156, 0 2831:128, 128, 0 2807:57, 181, 74 2792:19, 161, 14 2762:222, 56, 43 2747:197, 15, 31 2595:, to get bright red use 2492:Ideogram stress marking 2428:Default underline color 2342:emoji variation selector 2061:Select alternative font 1599: 1579:Select Graphic Rendition 1578: 1483:Scroll whole page up by 1328:Moves the cursor to row 968:Operating System Command 967: 754: 599:Makes an audible noise. 224:, most starting with an 117:and control sequence set 57: 9252:C0 and C1 control codes 7297:"ANSI Escape Sequences" 7256:vt100.net DEC Documents 7191:Dickey, Thomas (2016). 6736:. KDE. 6 December 2006. 5956:"Heathkit Catalog 1979" 5931:Williams, Paul (2006). 5802:C0 and C1 control codes 5732:many terminals prepend 5075: 4664: 4628: 4426:The Linux console uses 3076:85, 85, 85 3061:85, 85, 85 2885:0, 55, 218 2828:170, 85, 0 2711:12, 12, 12 2502:No ideogram attributes 2046:Primary (default) font 220:. Certain sequences of 9660:List of Ecma standards 9389:Application interfaces 7500:-3 (Maltese/Esperanto) 7451:World System Teletext 7250:5th edition, June 1991 6420:. Bracketed Paste Mode 6399:"bracketed paste mode" 5878:On terminals based on 5088: 4786:DEC Single-Width Line 4589:") or not (e.g. "type 4360:⟨unused⟩ 4328:⟨unused⟩ 3410:High-intensity colors 3241:0, 0, 255 3235:0, 0, 252 3229:0, 0, 255 3220:0, 0, 255 3163:0, 255, 0 3160:0, 252, 0 3154:0, 217, 0 3145:0, 255, 0 3124:255, 0, 0 3118:230, 0, 0 3109:255, 0, 0 2927:1, 36, 86 2903:0, 0, 238 2897:0, 0, 238 2894:0, 0, 127 2891:0, 0, 187 2888:0, 0, 178 2879:0, 0, 128 2876:0, 0, 170 2810:0, 205, 0 2804:0, 205, 0 2801:0, 147, 0 2798:0, 187, 0 2795:0, 166, 0 2786:0, 128, 0 2783:0, 170, 0 2765:205, 0, 0 2759:205, 0, 0 2756:127, 0, 0 2753:187, 0, 0 2750:153, 0, 0 2741:128, 0, 0 2738:170, 0, 0 2016:Not widely supported. 1691: 1663: 1614: 1586: 1530: 1307: 1273: 1241: 1209: 1192: 1175: 1158: 1130: 1023: 975: 902: 896:Device Control String 879: 857: 830: 709: 581: 522:, apparently to allow 410: 341:bulletin board systems 313: 9616:Radio link interfaces 9561:Programming languages 9526:Ultra Density Optical 9274:Whitespace characters 8951:Ventura International 6750:. KDE. 22 April 2010. 6665:. VileR. 11 June 2022 5083: 4807:DEC Double-Width Line 2165:Proportional spacing 2104:before version 4.17. 1843:The control sequence 1624:Device Status Report 1498: 1466: 1422: 1362: 1255:Cursor Previous Line 1003: 927: 686: 665: 644: 623: 602: 408: 311: 206:ANSI escape sequences 32:ANSI (disambiguation) 9531:Universal Media Disc 8669:Norwegian and Danish 6841:invisible-island.net 6112:Python Package Index 6084:Hood, Jason (2005). 5713:private modifier as 5373:improve this article 4955:/i' -e 's/.*\bERR.*/ 3088:0, 0, 0 2720:0, 0, 0 2717:1, 1, 1 2714:0, 0, 0 2708:0, 0, 0 1234:) lines down. (not 18:Erase Display (ANSI) 12919:Text user interface 9476:File systems (disk) 9434:File systems (tape) 9229:Unified Hangul Code 8901:PostScript Standard 8624:Multinational (MCS) 7495:-2 (Central Europe) 7490:-1 (Western Europe) 7344:Character encodings 7043:on 27 February 2009 7014:"DECSCβ€”Save Cursor" 6934:Koblinger, Egmont. 6897:Koblinger, Egmont. 6748:"README.moreColors" 6536:kitty documentation 6515:. 11 December 2017. 6474:. 11 February 2003. 5916:(Second ed.). 5497:. So, for example, 5049:make ; flasher 4897:syntax highlighting 4721: 4613: 4553:nF Escape sequences 4494: 4466:Fp Escape sequences 4438:Fs Escape sequences 3057:Bright Black (Gray) 2409:Next arguments are 2293:Next arguments are 2240:Next arguments are 1647: 1114: 876:Single Shift Three 811: 749:Fe Escape sequences 563: 208:are a standard for 41: 12899:Computer standards 9705:by standard number 9382:Ecma International 9310:Hardware code page 9070:typesetting system 8906:PostScript Latin 1 8562:Cyrillic + Finnish 8469:Windows code pages 8351:IBM AIX code pages 7679:National standards 7610:Ukrainian Cyrillic 7268:on 6 February 2006 6881:bugzilla.gnome.org 6593:"console_codes(4)" 6490:bugzilla.gnome.org 6222:Ecma International 6220:(Sixth ed.). 6161:. 12 January 2023. 6138:docs.microsoft.com 6049:Ecma International 6047:(Fifth ed.). 5993:. 15 December 2016 5962:on 13 January 2012 5918:Ecma International 5797:ISO/IEC JTC 1/SC 2 5627:. (draft section) 5388:"ANSI escape code" 5089: 4883:In shell scripting 4712: 4607: 4542:DEC Restore Cursor 4485: 4428:ESC ] P n rr gg bb 2654:Visual Studio Code 2612:terminal emulators 2155:Turn blinking off 1859:(reset / normal). 1825:CSI ? 2004 l 1789:CSI ? 1049 l 1777:CSI ? 1049 h 1765:CSI ? 1004 l 1745:CSI ? 1004 h 1740:Hides the cursor. 1645: 1266:) lines up. (not 1112: 944:String Terminator 805: 561: 450:control characters 425:Terminal emulators 411: 388:standard, and the 314: 218:terminal emulators 39: 12886: 12885: 11996: 11995: 9719:ISO romanizations 9667: 9666: 9347: 9346: 9300:Charset detection 9239:Control character 8921:Sharp calculators 8792:Casio calculators 8720:Platform specific 8572:Cyrillic + German 8567:Cyrillic + French 7985:Maltese/Esperanto 7621:Bibliographic use 7505:-4 (North Europe) 7437:T.51/ISO/IEC 6937 7395:Baudot and Murray 6563:. 27 August 2022. 6294:978-1-55558-164-0 6175:. Microsoft. 2018 6108:"colorama Β· PyPI" 5786:Control character 5598: 5597: 5449: 5448: 5441: 5423: 4869:CSI 20 ; 3 f 4865:CSI 20 ; 3 H 4837:CSI 32 ; 1 m 4815: 4814: 4703: 4702: 4550: 4549: 4356:⟨b⟩ 4352:⟨g⟩ 4348:⟨r⟩ 4324:⟨b⟩ 4320:⟨g⟩ 4316:⟨r⟩ 4278:⟨b⟩ 4274:⟨g⟩ 4270:⟨r⟩ 4266:⟨b⟩ 4262:⟨g⟩ 4258:⟨r⟩ 4226: 4225: 4222: 4221: 4140:Grayscale colors 3470: 3469: 3392:⟨n⟩ 3388:⟨n⟩ 3373:⟨n⟩ 3369:⟨n⟩ 3352: 3351: 2690:Eclipse Terminal 2591:, to get red use 2574: 2573: 2444:Rarely supported 2114:Normal intensity 2083:Rarely supported 2058:Alternative font 1836: 1835: 1643: 1642: 1376:Erase in Display 1344:is a synonym for 1223:Cursor Next Line 1147:Moves the cursor 1046: 1045: 847:Single Shift Two 735: 734: 210:in-band signaling 203: 202: 16:(Redirected from 12926: 12023: 12016: 12009: 12000: 11999: 11986: 11985: 9706: 9694: 9687: 9680: 9671: 9670: 9662:(1961 – present) 9461:Linear Tape-Open 9428: 9396:ANSI escape code 9374: 9367: 9360: 9351: 9350: 9339: 9338: 8831:DG International 8706:Special Graphics 8507:Extended Latin-8 7905:Central European 7895:Barents Cyrillic 7600:Barents Cyrillic 7570:-12 (Devanagari) 7566:Abandoned parts 7337: 7330: 7323: 7314: 7313: 7304: 7299:. Archived from 7277: 7275: 7273: 7264:. Archived from 7233: 7232: 7230: 7228: 7214: 7208: 7207: 7205: 7203: 7197:Invisible Island 7188: 7182: 7181: 7179: 7177: 7171:Invisible Island 7165:Dickey, Thomas. 7162: 7156: 7155: 7153: 7151: 7141: 7135: 7134: 7132: 7130: 7120: 7114: 7113: 7102: 7096: 7095: 7080: 7074: 7073: 7058: 7052: 7051: 7050: 7048: 7039:, archived from 7031: 7022: 7021: 7006: 6997: 6996: 6994: 6992: 6983: 6973: 6964: 6963: 6952: 6946: 6945: 6931: 6925: 6924: 6913: 6907: 6906: 6894: 6885: 6884: 6873: 6867: 6866: 6851: 6845: 6844: 6832: 6823: 6822: 6811: 6805: 6804: 6794: 6788: 6787: 6780: 6774: 6773: 6771: 6769: 6758: 6752: 6751: 6744: 6738: 6737: 6730: 6724: 6723: 6716: 6705: 6704: 6696: 6690: 6689: 6681: 6675: 6674: 6672: 6670: 6659: 6653: 6652: 6650: 6648: 6634: 6628: 6627: 6616: 6605: 6604: 6589: 6583: 6582: 6571: 6565: 6564: 6553: 6547: 6546: 6544: 6542: 6528: 6517: 6516: 6505: 6494: 6493: 6482: 6476: 6475: 6464: 6455: 6454: 6452: 6450: 6436: 6430: 6429: 6427: 6425: 6413: 6407: 6406: 6394: 6388: 6387: 6385: 6383: 6371: 6365: 6364: 6349: 6343: 6342: 6327: 6321: 6320: 6305: 6299: 6298: 6278: 6272: 6271: 6268:Invisible Island 6259: 6226: 6225: 6219: 6211: 6188: 6187: 6182: 6180: 6169: 6163: 6162: 6155: 6149: 6148: 6146: 6144: 6129: 6123: 6122: 6120: 6118: 6104: 6098: 6097: 6095: 6093: 6081: 6075: 6074: 6072: 6070: 6059: 6053: 6052: 6046: 6038: 6003: 6002: 6000: 5998: 5986: 5978: 5972: 5971: 5969: 5967: 5951: 5945: 5944: 5942: 5940: 5928: 5922: 5921: 5915: 5907: 5887: 5876: 5870: 5867: 5861: 5858: 5852: 5849: 5843: 5836: 5830: 5827: 5821: 5818: 5755: 5739: 5735: 5728: 5716: 5708: 5697: 5689: 5662: 5649:Old versions of 5645: 5641: 5618: 5617:<modifier> 5614: 5613:<modifier> 5610: 5606: 5535: 5534: 5520: 5513:is function key 5512: 5500: 5499:<esc>[4;2~ 5471:(draft section) 5466:application mode 5444: 5437: 5433: 5430: 5424: 5422: 5381: 5357: 5349: 5340: 5337: 5334: 5331: 5328: 5325: 5322: 5319: 5316: 5313: 5310: 5307: 5304: 5301: 5298: 5295: 5292: 5289: 5286: 5283: 5280: 5277: 5274: 5271: 5268: 5265: 5262: 5259: 5256: 5253: 5250: 5247: 5244: 5241: 5238: 5235: 5232: 5229: 5226: 5223: 5220: 5217: 5214: 5211: 5208: 5205: 5202: 5199: 5196: 5193: 5190: 5187: 5184: 5181: 5178: 5175: 5172: 5169: 5166: 5163: 5160: 5157: 5154: 5151: 5148: 5145: 5142: 5139: 5136: 5133: 5130: 5127: 5124: 5121: 5118: 5115: 5112: 5109: 5106: 5103: 5100: 5097: 5094: 5071: 5063: 5060: 5053: 5050: 5044: 5043: 5040: 5037: 5034: 5031: 5028: 5024: 5021: 5017: 5014: 5013: 5010: 5006: 5002: 4998: 4995: 4994: 4991: 4988: 4984: 4981: 4978: 4964: 4962: 4958: 4954: 4950: 4878: 4874: 4870: 4866: 4862: 4858: 4854: 4844: 4838: 4834: 4830: 4824: 4808: 4803: 4798: 4797: 4783: 4778: 4768: 4763: 4758: 4745: 4740: 4722: 4716: 4711: 4708: 4693: 4670: 4669: 4655: 4632: 4614: 4611: 4606: 4599: 4592: 4588: 4584: 4580: 4576: 4572: 4568: 4564: 4560: 4543: 4538: 4533: 4523:DEC Save Cursor 4520: 4515: 4514: 4495: 4489: 4484: 4481: 4477: 4473: 4453: 4449: 4445: 4433: 4429: 4422: 4415: 4411: 4406: 4392: 4384: 4369: 4365: 4361: 4357: 4353: 4349: 4345: 4341: 4337: 4329: 4325: 4321: 4317: 4313: 4279: 4275: 4271: 4267: 4263: 4259: 4235: 4231: 4146: 4145: 3416: 3415: 3407:Standard colors 3399: 3393: 3389: 3374: 3370: 3339: 3328: 3323: 3292: 3287: 3256: 3251: 3211: 3206: 3175: 3170: 3136: 3131: 3100: 3095: 3058: 3053: 3048: 3008: 3003: 2963: 2958: 2915: 2910: 2870: 2865: 2822: 2817: 2777: 2772: 2732: 2727: 2702: 2697: 2628: 2623: 2618: 2617: 2606: 2602: 2598: 2594: 2590: 2567: 2566: 2552: 2542: 2532: 2519: 2512: 2508: 2499: 2489: 2475: 2465: 2451: 2438: 2425: 2416: 2412: 2398: 2386: 2374: 2361: 2351: 2340:Implemented as " 2334: 2321: 2308: 2300: 2296: 2283: 2268: 2255: 2247: 2243: 2230: 2215: 2206:Not crossed out 2203: 2190: 2178: 2162: 2149: 2136: 2124: 2111: 2090: 2074: 2067: 2055: 2043: 2023: 2006: 1987: 1974: 1961: 1948: 1935: 1914: 1897: 1880: 1862: 1861: 1858: 1854: 1850: 1815: 1811: 1760:, respectively. 1759: 1755: 1735: 1730:CSI ? 25 l 1716: 1711:CSI ? 25 h 1703: 1698: 1687: 1670: 1648: 1644: 1630: 1621: 1575: 1550: 1545: 1522: 1509: 1490: 1477: 1462: 1454: 1446: 1433: 1414: 1402: 1394: 1386: 1373: 1359: 1355: 1351: 1347: 1343: 1339: 1325:Cursor Position 1322: 1299: 1289: 1284: 1265: 1252: 1233: 1220: 1203: 1186: 1169: 1154: 1141: 1115: 1111: 1104: 1100: 1093: 1089: 1085: 1081: 1077: 1073: 1069: 1065: 1058: 1042: 1037: 1032: 1027: 1020:Privacy Message 1017: 1012: 1007: 992:Start of String 989: 984: 979: 964: 959: 954: 941: 936: 931: 916: 911: 906: 893: 888: 883: 873: 868: 863: 862: 844: 839: 834: 812: 809: 804: 801: 797: 776:C1 control codes 773: 762: 757: 744: 725: 724: 723: 713: 703: 698: 690: 677: 669: 656: 648: 635: 627: 614: 606: 593: 585: 564: 560: 545:C0 control codes 534:Windows Terminal 529: 499: 484: 401:Platform support 267: 263: 255: 251: 228:character and a 195: 188: 181: 60: 49: 42: 38: 21: 12934: 12933: 12929: 12928: 12927: 12925: 12924: 12923: 12889: 12888: 12887: 12882: 12866: 12367: 12032: 12027: 11997: 11992: 11974: 11898: 11624: 10776: 9725: 9707: 9704: 9698: 9668: 9663: 9653: 9632: 9611: 9556: 9540: 9471: 9429: 9420: 9411:Office Open XML 9384: 9378: 9348: 9343: 9329: 9305:Han unification 9278: 9233: 9101: 9062: 8980: 8802:Compucolor 8001 8715: 8711:Technical (TCS) 8634:French Canadian 8605: 8581: 8577:Polytonic Greek 8463: 8345: 8029: 8015:Turkic Cyrillic 7930:Font X (Kermit) 7925:Farsi (Persian) 7877: 7868: 7840: 7674: 7616: 7486:Approved parts 7473: 7346: 7341: 7303:on 25 May 2011. 7295: 7271: 7269: 7260: 7242: 7237: 7236: 7226: 7224: 7216: 7215: 7211: 7201: 7199: 7189: 7185: 7175: 7173: 7163: 7159: 7149: 7147: 7143: 7142: 7138: 7128: 7126: 7122: 7121: 7117: 7104: 7103: 7099: 7081: 7077: 7059: 7055: 7046: 7044: 7033: 7032: 7025: 7007: 7000: 6990: 6988: 6981: 6975: 6974: 6967: 6954: 6953: 6949: 6932: 6928: 6915: 6914: 6910: 6895: 6888: 6875: 6874: 6870: 6853: 6852: 6848: 6833: 6826: 6813: 6812: 6808: 6796: 6795: 6791: 6782: 6781: 6777: 6767: 6765: 6760: 6759: 6755: 6746: 6745: 6741: 6732: 6731: 6727: 6718: 6717: 6708: 6699: 6697: 6693: 6684: 6682: 6678: 6668: 6666: 6661: 6660: 6656: 6646: 6644: 6636: 6635: 6631: 6618: 6617: 6608: 6591: 6590: 6586: 6573: 6572: 6568: 6555: 6554: 6550: 6540: 6538: 6530: 6529: 6520: 6507: 6506: 6497: 6484: 6483: 6479: 6466: 6465: 6458: 6448: 6446: 6438: 6437: 6433: 6423: 6421: 6414: 6410: 6395: 6391: 6381: 6379: 6372: 6368: 6351: 6350: 6346: 6329: 6328: 6324: 6307: 6306: 6302: 6295: 6279: 6275: 6260: 6229: 6217: 6213: 6212: 6191: 6178: 6176: 6171: 6170: 6166: 6157: 6156: 6152: 6142: 6140: 6130: 6126: 6116: 6114: 6106: 6105: 6101: 6091: 6089: 6082: 6078: 6068: 6066: 6061: 6060: 6056: 6044: 6040: 6039: 6006: 5996: 5994: 5984: 5980: 5979: 5975: 5965: 5963: 5952: 5948: 5938: 5936: 5929: 5925: 5913: 5909: 5908: 5901: 5896: 5891: 5890: 5877: 5873: 5868: 5864: 5859: 5855: 5850: 5846: 5837: 5833: 5828: 5824: 5819: 5815: 5810: 5777: 5763: 5759: 5747: 5737: 5733: 5718: 5714: 5703: 5701: 5691: 5679: 5670: 5666: 5654: 5643: 5636: 5626: 5622: 5616: 5612: 5608: 5604: 5602: 5528: 5524: 5518: 5516: 5511:<esc>[20~ 5510: 5508: 5504: 5498: 5496: 5492: 5488: 5484: 5475: 5445: 5434: 5428: 5425: 5382: 5380: 5370: 5358: 5347: 5342: 5341: 5338: 5335: 5332: 5329: 5326: 5323: 5320: 5317: 5314: 5311: 5308: 5305: 5302: 5299: 5296: 5293: 5290: 5287: 5284: 5281: 5278: 5275: 5272: 5269: 5266: 5263: 5260: 5257: 5254: 5251: 5248: 5245: 5242: 5239: 5236: 5233: 5230: 5227: 5224: 5221: 5218: 5215: 5212: 5209: 5206: 5203: 5200: 5197: 5194: 5191: 5188: 5185: 5182: 5179: 5176: 5173: 5170: 5167: 5164: 5161: 5158: 5155: 5152: 5149: 5146: 5143: 5140: 5137: 5134: 5131: 5128: 5125: 5122: 5119: 5116: 5113: 5110: 5107: 5104: 5101: 5098: 5096:<stdio.h> 5095: 5092: 5078: 5066: 5065: 5061: 5058: 5051: 5045: 5041: 5038: 5035: 5032: 5029: 5026: 5022: 5019: 5015: 5011: 5008: 5004: 5000: 4996: 4992: 4989: 4986: 4982: 4979: 4976: 4965: 4960: 4956: 4952: 4948: 4946: 4914:standard output 4909: 4885: 4820: 4806: 4801: 4795: 4794: 4781: 4776: 4766: 4761: 4756: 4743: 4738: 4714: 4696: 4691: 4682: 4667: 4666: 4658: 4653: 4644: 4630: 4609: 4604:. Some others: 4582: 4578: 4570: 4562: 4555: 4541: 4536: 4531: 4518: 4512: 4511: 4487: 4475: 4468: 4447: 4440: 4421:ESC ]8;;link ST 4400: 4379: 4371: 4367: 4363: 4359: 4355: 4351: 4347: 4343: 4339: 4331: 4327: 4323: 4319: 4315: 4311: 4281: 4277: 4273: 4269: 4265: 4261: 4257: 4242: 3395: 3391: 3387: 3377: 3372: 3368: 3358: 3353: 3337: 3326: 3321: 3290: 3285: 3259:Bright Magenta 3254: 3249: 3209: 3204: 3173: 3168: 3134: 3129: 3098: 3093: 3056: 3051: 3046: 3006: 3001: 2961: 2956: 2913: 2908: 2868: 2863: 2820: 2815: 2775: 2770: 2730: 2725: 2700: 2695: 2660: 2659:Windows 10 2648: 2647:PowerShell& 2646: 2639: 2638:Windows XP 2584: 2582:3-bit and 4-bit 2579: 2564: 2563: 2550: 2540: 2530: 2517: 2497: 2487: 2473: 2463: 2449: 2436: 2423: 2396: 2384: 2372: 2359: 2349: 2332: 2327:T.61 and T.416 2319: 2306: 2286:Set background 2281: 2271:Set background 2266: 2253: 2233:Set foreground 2228: 2218:Set foreground 2213: 2201: 2188: 2176: 2160: 2147: 2139:Not underlined 2134: 2122: 2109: 2088: 2072: 2062: 2053: 2041: 2021: 2004: 1985: 1972: 1959: 1946: 1933: 1912: 1895: 1878: 1848: 1844: 1841: 1733: 1714: 1701: 1696: 1685: 1681: 1677: 1668: 1639:is the column. 1638: 1635:is the row and 1634: 1619: 1573: 1569: 1548: 1543: 1539: 1535: 1518: 1507: 1503: 1486: 1475: 1471: 1458: 1450: 1442: 1431: 1427: 1410: 1398: 1390: 1382: 1371: 1367: 1352:is the same as 1335: 1331: 1320: 1316: 1312: 1295: 1287: 1282: 1278: 1261: 1250: 1246: 1229: 1218: 1214: 1201: 1197: 1189:Cursor Forward 1184: 1180: 1167: 1163: 1150: 1139: 1135: 1105:) are private. 1102: 1098: 1053: 1040: 1035: 1030: 1025: 1015: 1010: 1005: 987: 982: 977: 962: 957: 952: 939: 934: 929: 914: 909: 904: 891: 886: 881: 871: 866: 860: 859: 842: 837: 832: 807: 799: 795: 765:C1 control code 751: 742: 721: 720: 719: 711: 702:Carriage Return 701: 696: 688: 675: 667: 654: 646: 633: 625: 612: 604: 591: 583: 547: 542: 500:and Maximus5's 497: 490:Windows Console 480: 446: 444:DOS and Windows 403: 345:online services 242: 199: 170: 140: 139: 102: 62: 56: 35: 28: 23: 22: 15: 12: 11: 5: 12932: 12922: 12921: 12916: 12911: 12906: 12904:Ecma standards 12901: 12884: 12883: 12881: 12880: 12874: 12872: 12868: 12867: 12865: 12864: 12859: 12854: 12849: 12844: 12839: 12834: 12829: 12826: 12821: 12816: 12811: 12806: 12801: 12796: 12791: 12786: 12781: 12776: 12771: 12766: 12761: 12756: 12751: 12746: 12741: 12736: 12731: 12726: 12721: 12716: 12711: 12706: 12701: 12696: 12691: 12686: 12681: 12676: 12671: 12666: 12661: 12656: 12651: 12646: 12641: 12636: 12631: 12626: 12621: 12616: 12611: 12606: 12601: 12596: 12591: 12586: 12581: 12576: 12571: 12566: 12561: 12556: 12551: 12546: 12541: 12536: 12531: 12526: 12521: 12516: 12511: 12506: 12501: 12496: 12491: 12486: 12481: 12476: 12471: 12466: 12461: 12456: 12451: 12446: 12441: 12436: 12431: 12426: 12421: 12416: 12411: 12406: 12401: 12396: 12391: 12386: 12381: 12375: 12373: 12369: 12368: 12366: 12365: 12360: 12355: 12350: 12345: 12340: 12335: 12330: 12325: 12320: 12315: 12310: 12305: 12300: 12295: 12290: 12285: 12280: 12275: 12270: 12265: 12260: 12255: 12250: 12245: 12240: 12235: 12230: 12225: 12220: 12215: 12210: 12205: 12200: 12195: 12190: 12185: 12180: 12179: 12178: 12173: 12163: 12158: 12153: 12148: 12143: 12138: 12137: 12136: 12131: 12121: 12116: 12111: 12106: 12101: 12096: 12091: 12086: 12081: 12076: 12071: 12066: 12061: 12056: 12051: 12046: 12040: 12038: 12034: 12033: 12026: 12025: 12018: 12011: 12003: 11994: 11993: 11991: 11990: 11979: 11976: 11975: 11973: 11972: 11967: 11962: 11957: 11952: 11947: 11942: 11937: 11932: 11927: 11922: 11917: 11912: 11906: 11904: 11900: 11899: 11897: 11896: 11891: 11886: 11881: 11878: 11873: 11868: 11863: 11858: 11853: 11848: 11843: 11838: 11833: 11828: 11823: 11818: 11813: 11808: 11803: 11798: 11793: 11788: 11783: 11778: 11773: 11768: 11763: 11758: 11753: 11748: 11743: 11738: 11733: 11728: 11723: 11718: 11713: 11708: 11703: 11698: 11693: 11688: 11683: 11678: 11673: 11668: 11663: 11658: 11653: 11648: 11643: 11638: 11632: 11630: 11626: 11625: 11623: 11622: 11617: 11612: 11607: 11602: 11597: 11592: 11587: 11582: 11577: 11572: 11567: 11562: 11557: 11552: 11547: 11542: 11537: 11532: 11527: 11522: 11517: 11512: 11507: 11506: 11505: 11500: 11490: 11485: 11480: 11475: 11470: 11465: 11460: 11455: 11450: 11445: 11440: 11435: 11430: 11425: 11420: 11415: 11410: 11405: 11400: 11395: 11390: 11385: 11380: 11375: 11370: 11365: 11360: 11355: 11350: 11345: 11340: 11335: 11334: 11333: 11323: 11318: 11313: 11308: 11303: 11298: 11293: 11292: 11291: 11286: 11276: 11271: 11266: 11261: 11256: 11251: 11246: 11241: 11236: 11231: 11226: 11221: 11216: 11211: 11206: 11205: 11204: 11199: 11194: 11189: 11184: 11179: 11174: 11169: 11164: 11154: 11149: 11144: 11139: 11134: 11129: 11124: 11119: 11114: 11109: 11104: 11099: 11094: 11089: 11084: 11079: 11074: 11069: 11064: 11059: 11058: 11057: 11052: 11042: 11037: 11032: 11027: 11022: 11017: 11012: 11007: 11002: 10997: 10987: 10982: 10977: 10972: 10967: 10962: 10957: 10952: 10947: 10942: 10937: 10932: 10927: 10922: 10917: 10912: 10907: 10902: 10897: 10892: 10887: 10882: 10877: 10872: 10871: 10870: 10865: 10860: 10855: 10850: 10840: 10835: 10830: 10825: 10820: 10815: 10810: 10805: 10800: 10795: 10790: 10784: 10782: 10778: 10777: 10775: 10774: 10769: 10764: 10759: 10754: 10749: 10744: 10739: 10734: 10729: 10724: 10719: 10714: 10709: 10704: 10699: 10694: 10689: 10684: 10679: 10674: 10669: 10664: 10659: 10654: 10649: 10644: 10643: 10642: 10637: 10632: 10627: 10622: 10617: 10612: 10607: 10602: 10597: 10592: 10587: 10582: 10577: 10572: 10567: 10562: 10552: 10547: 10542: 10537: 10532: 10527: 10522: 10517: 10512: 10507: 10502: 10497: 10492: 10487: 10482: 10477: 10472: 10467: 10462: 10457: 10452: 10447: 10442: 10437: 10432: 10427: 10426: 10425: 10415: 10410: 10405: 10400: 10395: 10390: 10385: 10380: 10375: 10370: 10365: 10360: 10355: 10350: 10345: 10340: 10335: 10330: 10325: 10320: 10315: 10310: 10305: 10300: 10295: 10290: 10285: 10280: 10275: 10270: 10265: 10260: 10255: 10250: 10245: 10240: 10235: 10230: 10225: 10220: 10215: 10210: 10205: 10204: 10203: 10198: 10193: 10183: 10178: 10173: 10168: 10163: 10158: 10153: 10148: 10143: 10138: 10133: 10128: 10123: 10118: 10113: 10108: 10103: 10098: 10093: 10088: 10083: 10078: 10073: 10068: 10063: 10058: 10053: 10048: 10043: 10038: 10033: 10028: 10023: 10018: 10013: 10008: 10003: 9998: 9993: 9988: 9983: 9978: 9973: 9968: 9963: 9962: 9961: 9956: 9951: 9946: 9941: 9931: 9926: 9921: 9916: 9911: 9906: 9901: 9896: 9891: 9886: 9881: 9876: 9871: 9866: 9861: 9856: 9851: 9850: 9849: 9844: 9839: 9834: 9829: 9824: 9819: 9814: 9809: 9804: 9799: 9794: 9789: 9779: 9774: 9769: 9764: 9759: 9754: 9749: 9744: 9739: 9733: 9731: 9727: 9726: 9712: 9709: 9708: 9697: 9696: 9689: 9682: 9674: 9665: 9664: 9658: 9655: 9654: 9652: 9651: 9646: 9640: 9638: 9634: 9633: 9631: 9630: 9625: 9619: 9617: 9613: 9612: 9610: 9609: 9604: 9599: 9594: 9580: 9575: 9570: 9564: 9562: 9558: 9557: 9555: 9554: 9548: 9546: 9542: 9541: 9539: 9538: 9533: 9528: 9523: 9518: 9513: 9512: 9511: 9506: 9501: 9491: 9488:CD File System 9485: 9479: 9477: 9473: 9472: 9470: 9469: 9464: 9458: 9453: 9448: 9443: 9437: 9435: 9431: 9430: 9423: 9421: 9419: 9418: 9413: 9408: 9403: 9398: 9392: 9390: 9386: 9385: 9377: 9376: 9369: 9362: 9354: 9345: 9344: 9341:Character sets 9334: 9331: 9330: 9328: 9327: 9322: 9317: 9312: 9307: 9302: 9297: 9292: 9286: 9284: 9283:Related topics 9280: 9279: 9277: 9276: 9271: 9266: 9265: 9264: 9259: 9249: 9247:Morse prosigns 9243: 9241: 9235: 9234: 9232: 9231: 9226: 9221: 9216: 9211: 9206: 9199: 9198: 9197: 9192: 9187: 9177: 9172: 9167: 9166: 9165: 9160: 9152: 9147: 9142: 9137: 9132: 9131: 9130: 9120: 9115: 9109: 9107: 9103: 9102: 9100: 9099: 9094: 9089: 9084: 9079: 9073: 9071: 9064: 9063: 9061: 9060: 9055: 9050: 9045: 9040: 9035: 9030: 9025: 9020: 9015: 9010: 9005: 9000: 8994: 8992: 8982: 8981: 8979: 8978: 8973: 8968: 8963: 8958: 8953: 8948: 8943: 8941:TI calculators 8938: 8933: 8928: 8923: 8918: 8913: 8908: 8903: 8898: 8893: 8888: 8883: 8878: 8873: 8868: 8863: 8858: 8853: 8848: 8843: 8838: 8833: 8828: 8819: 8814: 8809: 8804: 8799: 8794: 8789: 8784: 8779: 8774: 8769: 8764: 8759: 8754: 8749: 8744: 8739: 8734: 8729: 8723: 8721: 8717: 8716: 8714: 8713: 8708: 8703: 8698: 8693: 8688: 8683: 8682: 8681: 8676: 8671: 8666: 8661: 8656: 8651: 8649:United Kingdom 8646: 8641: 8636: 8626: 8620: 8618: 8607: 8606: 8604: 8603: 8598: 8592: 8590: 8583: 8582: 8580: 8579: 8574: 8569: 8564: 8559: 8554: 8549: 8544: 8539: 8534: 8529: 8524: 8519: 8514: 8509: 8504: 8499: 8494: 8484: 8479: 8473: 8471: 8465: 8464: 8462: 8461: 8456: 8451: 8446: 8441: 8436: 8431: 8426: 8421: 8416: 8411: 8406: 8401: 8396: 8391: 8386: 8381: 8376: 8371: 8366: 8361: 8355: 8353: 8347: 8346: 8344: 8343: 8338: 8333: 8328: 8323: 8318: 8313: 8308: 8303: 8298: 8293: 8288: 8283: 8278: 8273: 8268: 8263: 8258: 8253: 8248: 8243: 8238: 8233: 8228: 8223: 8218: 8213: 8208: 8203: 8198: 8193: 8188: 8183: 8178: 8173: 8168: 8163: 8158: 8153: 8148: 8143: 8138: 8133: 8128: 8123: 8118: 8113: 8108: 8103: 8098: 8093: 8088: 8083: 8078: 8073: 8068: 8063: 8058: 8053: 8048: 8043: 8037: 8035: 8034:DOS code pages 8031: 8030: 8028: 8027: 8022: 8017: 8012: 8007: 8002: 7997: 7992: 7987: 7982: 7980:Latin (Kermit) 7977: 7972: 7967: 7962: 7957: 7952: 7947: 7942: 7937: 7932: 7927: 7922: 7917: 7912: 7907: 7902: 7897: 7892: 7887: 7881: 7879: 7870: 7869: 7867: 7866: 7861: 7856: 7850: 7848: 7842: 7841: 7839: 7838: 7833: 7828: 7823: 7818: 7813: 7808: 7803: 7798: 7793: 7788: 7783: 7778: 7773: 7768: 7763: 7758: 7753: 7748: 7743: 7738: 7733: 7728: 7723: 7718: 7713: 7708: 7703: 7698: 7693: 7688: 7682: 7680: 7676: 7675: 7673: 7672: 7667: 7662: 7657: 7652: 7647: 7642: 7641: 7640: 7635: 7624: 7622: 7618: 7617: 7615: 7614: 7613: 7612: 7607: 7602: 7597: 7589: 7588: 7587: 7582: 7580:KOI-8 Cyrillic 7574: 7573: 7572: 7564: 7563: 7562: 7560:-16 (Romanian) 7557: 7552: 7547: 7542: 7537: 7532: 7527: 7522: 7517: 7512: 7507: 7502: 7497: 7492: 7483: 7481: 7475: 7474: 7472: 7471: 7466: 7465: 7464: 7463: 7462: 7457: 7449: 7444: 7439: 7421: 7416: 7415: 7414: 7404: 7399: 7398: 7397: 7392: 7391: 7390: 7385: 7380: 7375: 7365: 7358:Telegraph code 7354: 7352: 7348: 7347: 7340: 7339: 7332: 7325: 7317: 7311: 7310: 7305: 7293: 7288: 7283: 7278: 7258: 7253: 7241: 7240:External links 7238: 7235: 7234: 7209: 7183: 7157: 7136: 7115: 7097: 7075: 7053: 7023: 6998: 6965: 6947: 6926: 6908: 6886: 6868: 6859:Fedora Project 6846: 6824: 6806: 6789: 6775: 6753: 6739: 6725: 6706: 6691: 6676: 6654: 6629: 6606: 6599:. 5.10. Linux 6584: 6566: 6561:KDE bugtracker 6548: 6518: 6495: 6477: 6456: 6431: 6408: 6389: 6366: 6344: 6322: 6300: 6293: 6284:Using C-Kermit 6273: 6227: 6189: 6164: 6150: 6124: 6099: 6076: 6054: 6004: 5973: 5946: 5923: 5898: 5897: 5895: 5892: 5889: 5888: 5871: 5862: 5853: 5844: 5831: 5822: 5812: 5811: 5809: 5806: 5805: 5804: 5799: 5794: 5788: 5783: 5776: 5773: 5772: 5771: 5765: 5761: 5757: 5741: 5730: 5715:CSI ? 6 n 5699: 5678:xterm replies 5676: 5673:GNOME Terminal 5668: 5664: 5647: 5624: 5620: 5599: 5596: 5595: 5593: 5590: 5586: 5585: 5583: 5580: 5576: 5575: 5573: 5570: 5566: 5565: 5563: 5560: 5556: 5555: 5552: 5549: 5546: 5545: 5542: 5539: 5526: 5522: 5519:<esc>[5C 5514: 5506: 5502: 5494: 5490: 5486: 5482: 5473: 5447: 5446: 5361: 5359: 5352: 5346: 5343: 5091: 5086:Gnome Terminal 5077: 5074: 5057: 4973: 4967:The following 4945: 4920:standard error 4907: 4891:and UNIX-like 4884: 4881: 4819: 4816: 4813: 4812: 4809: 4804: 4799: 4791: 4790: 4787: 4784: 4779: 4773: 4772: 4769: 4764: 4759: 4753: 4752: 4749: 4746: 4741: 4735: 4734: 4731: 4728: 4725: 4701: 4700: 4697: 4695: 4694: 4689: 4685: 4683: 4681: 4680: 4677: 4673: 4671: 4663: 4662: 4659: 4657: 4656: 4651: 4647: 4645: 4643: 4642: 4639: 4635: 4633: 4627: 4626: 4623: 4620: 4617: 4554: 4551: 4548: 4547: 4544: 4539: 4534: 4528: 4527: 4524: 4521: 4516: 4508: 4507: 4504: 4501: 4498: 4467: 4464: 4439: 4436: 4399: 4396: 4378: 4375: 4309: 4308: 4307: 4303: 4299: 4296: 4255: 4251:GNOME Terminal 4241: 4238: 4224: 4223: 4220: 4219: 4216: 4213: 4210: 4207: 4204: 4201: 4198: 4195: 4192: 4189: 4186: 4183: 4180: 4177: 4174: 4171: 4168: 4165: 4162: 4159: 4156: 4153: 4150: 4142: 4141: 4137: 4136: 4133: 4130: 4127: 4124: 4121: 4118: 4115: 4112: 4109: 4106: 4103: 4100: 4097: 4094: 4091: 4088: 4085: 4082: 4079: 4076: 4073: 4070: 4067: 4064: 4061: 4058: 4055: 4052: 4049: 4046: 4043: 4040: 4037: 4034: 4031: 4027: 4026: 4023: 4020: 4017: 4014: 4011: 4008: 4005: 4002: 3999: 3996: 3993: 3990: 3987: 3984: 3981: 3978: 3975: 3972: 3969: 3966: 3963: 3960: 3957: 3954: 3951: 3948: 3945: 3942: 3939: 3936: 3933: 3930: 3927: 3924: 3921: 3917: 3916: 3913: 3910: 3907: 3904: 3901: 3898: 3895: 3892: 3889: 3886: 3883: 3880: 3877: 3874: 3871: 3868: 3865: 3862: 3859: 3856: 3853: 3850: 3847: 3844: 3841: 3838: 3835: 3832: 3829: 3826: 3823: 3820: 3817: 3814: 3811: 3807: 3806: 3803: 3800: 3797: 3794: 3791: 3788: 3785: 3782: 3779: 3776: 3773: 3770: 3767: 3764: 3761: 3758: 3755: 3752: 3749: 3746: 3743: 3740: 3737: 3734: 3731: 3728: 3725: 3722: 3719: 3716: 3713: 3710: 3707: 3704: 3701: 3697: 3696: 3693: 3690: 3687: 3684: 3681: 3678: 3675: 3672: 3669: 3666: 3663: 3660: 3657: 3654: 3651: 3648: 3645: 3642: 3639: 3636: 3633: 3630: 3627: 3624: 3621: 3618: 3615: 3612: 3609: 3606: 3603: 3600: 3597: 3594: 3591: 3587: 3586: 3583: 3580: 3577: 3574: 3571: 3568: 3565: 3562: 3559: 3556: 3553: 3550: 3547: 3544: 3541: 3538: 3535: 3532: 3529: 3526: 3523: 3520: 3517: 3514: 3511: 3508: 3505: 3502: 3499: 3496: 3493: 3490: 3487: 3484: 3481: 3477: 3476: 3472: 3471: 3468: 3467: 3464: 3461: 3458: 3455: 3452: 3449: 3448: 9  3446: 3445: 8  3443: 3441: 3440: 7  3438: 3437: 6  3435: 3434: 5  3432: 3431: 4  3429: 3428: 3  3426: 3425: 2  3423: 3422: 1  3420: 3419: 0  3412: 3411: 3408: 3404: 3403: 3385: 3366: 3357: 3354: 3350: 3349: 3346: 3343: 3340: 3335: 3332: 3329: 3324: 3318: 3317: 3314: 3311: 3308: 3305: 3302: 3299: 3296: 3293: 3288: 3282: 3281: 3278: 3275: 3272: 3269: 3268:214, 112, 214 3266: 3263: 3260: 3257: 3252: 3246: 3245: 3242: 3239: 3236: 3233: 3230: 3227: 3224: 3221: 3218: 3215: 3212: 3207: 3201: 3200: 3197: 3194: 3191: 3188: 3185: 3182: 3179: 3178:Bright Yellow 3176: 3171: 3165: 3164: 3161: 3158: 3155: 3152: 3149: 3146: 3143: 3140: 3137: 3132: 3126: 3125: 3122: 3119: 3116: 3113: 3110: 3107: 3104: 3101: 3096: 3090: 3089: 3086: 3083: 3080: 3077: 3074: 3071: 3068: 3067:102, 102, 102 3065: 3062: 3059: 3054: 3049: 3043: 3042: 3039: 3036: 3033: 3030: 3027: 3024: 3021: 3020:229, 229, 229 3018: 3015: 3012: 3009: 3004: 2998: 2997: 2994: 2991: 2988: 2985: 2982: 2979: 2976: 2973: 2970: 2967: 2964: 2959: 2953: 2952: 2949: 2946: 2943: 2940: 2937: 2934: 2931: 2928: 2925: 2922: 2919: 2916: 2911: 2905: 2904: 2901: 2898: 2895: 2892: 2889: 2886: 2883: 2880: 2877: 2874: 2871: 2866: 2860: 2859: 2856: 2853: 2850: 2847: 2844: 2841: 2838: 2835: 2832: 2829: 2826: 2823: 2818: 2812: 2811: 2808: 2805: 2802: 2799: 2796: 2793: 2790: 2787: 2784: 2781: 2778: 2773: 2767: 2766: 2763: 2760: 2757: 2754: 2751: 2748: 2745: 2742: 2739: 2736: 2733: 2728: 2722: 2721: 2718: 2715: 2712: 2709: 2706: 2703: 2698: 2692: 2691: 2688: 2683: 2678: 2673: 2668: 2663: 2656: 2651: 2642: 2635: 2632: 2629: 2624: 2616: 2583: 2580: 2578: 2575: 2572: 2571: 2568: 2560: 2559: 2556: 2553: 2547: 2546: 2543: 2537: 2536: 2533: 2527: 2526: 2523: 2520: 2514: 2513: 2503: 2500: 2494: 2493: 2490: 2484: 2483: 2476: 2470: 2469: 2466: 2460: 2459: 2452: 2446: 2445: 2442: 2439: 2433: 2432: 2429: 2426: 2420: 2419: 2405: 2401:Set underline 2399: 2393: 2392: 2390: 2389:Not overlined 2387: 2381: 2380: 2378: 2375: 2369: 2368: 2365: 2362: 2356: 2355: 2352: 2346: 2345: 2338: 2335: 2329: 2328: 2325: 2322: 2316: 2315: 2312: 2309: 2303: 2302: 2290: 2284: 2278: 2277: 2275: 2269: 2263: 2262: 2259: 2256: 2250: 2249: 2237: 2231: 2225: 2224: 2222: 2216: 2210: 2209: 2207: 2204: 2198: 2197: 2196:Not concealed 2194: 2191: 2185: 2184: 2182: 2179: 2173: 2172: 2166: 2163: 2157: 2156: 2153: 2150: 2144: 2143: 2140: 2137: 2131: 2130: 2128: 2125: 2119: 2118: 2115: 2112: 2106: 2105: 2094: 2091: 2085: 2084: 2081: 2075: 2069: 2068: 2059: 2056: 2050: 2049: 2047: 2044: 2038: 2037: 2034: 2024: 2018: 2017: 2014: 2007: 2001: 2000: 1997: 1988: 1982: 1981: 1978: 1975: 1969: 1968: 1965: 1962: 1956: 1955: 1952: 1949: 1943: 1942: 1939: 1936: 1930: 1929: 1922: 1915: 1909: 1908: 1901: 1898: 1892: 1891: 1888: 1881: 1875: 1874: 1871: 1868: 1855:is treated as 1846: 1840: 1837: 1834: 1833: 1830: 1828: 1826: 1822: 1821: 1806: 1804: 1802: 1798: 1797: 1794: 1792: 1790: 1786: 1785: 1782: 1780: 1778: 1774: 1773: 1770: 1768: 1766: 1762: 1761: 1750: 1748: 1746: 1742: 1741: 1738: 1736: 1731: 1727: 1726: 1719: 1717: 1712: 1708: 1707: 1704: 1699: 1694: 1690: 1689: 1683: 1679: 1674: 1671: 1666: 1662: 1661: 1658: 1655: 1652: 1641: 1640: 1636: 1632: 1625: 1622: 1617: 1613: 1612: 1607: 1604: 1602: 1598: 1597: 1594: 1591: 1589: 1585: 1584: 1581: 1576: 1571: 1567: 1563: 1562: 1551: 1546: 1541: 1537: 1533: 1529: 1528: 1516: 1513: 1510: 1505: 1501: 1497: 1496: 1484: 1481: 1478: 1473: 1469: 1465: 1464: 1456: 1448: 1440: 1437: 1436:Erase in Line 1434: 1429: 1425: 1421: 1420: 1408: 1396: 1388: 1380: 1377: 1374: 1369: 1365: 1361: 1360: 1333: 1329: 1326: 1323: 1318: 1314: 1310: 1306: 1305: 1293: 1290: 1285: 1280: 1276: 1272: 1271: 1259: 1256: 1253: 1248: 1244: 1240: 1239: 1227: 1224: 1221: 1216: 1212: 1208: 1207: 1204: 1199: 1195: 1191: 1190: 1187: 1182: 1178: 1174: 1173: 1170: 1165: 1161: 1157: 1156: 1148: 1145: 1142: 1137: 1133: 1129: 1128: 1125: 1122: 1119: 1057:ESC ^_`a–z{|}~ 1052: 1049: 1044: 1043: 1038: 1033: 1028: 1022: 1021: 1018: 1013: 1008: 1002: 1001: 993: 990: 985: 980: 974: 973: 970: 965: 960: 955: 949: 948: 945: 942: 937: 932: 926: 925: 922: 917: 912: 907: 901: 900: 897: 894: 889: 884: 878: 877: 874: 869: 864: 856: 855: 848: 845: 840: 835: 829: 828: 825: 822: 819: 816: 750: 747: 733: 732: 729: 726: 717: 714: 708: 707: 704: 699: 694: 691: 685: 684: 681: 678: 673: 670: 664: 663: 660: 657: 652: 649: 643: 642: 639: 636: 631: 628: 622: 621: 618: 615: 610: 607: 601: 600: 597: 594: 589: 586: 580: 579: 576: 573: 570: 567: 546: 543: 541: 538: 445: 442: 402: 399: 258:Hazeltine 1500 241: 238: 214:text terminals 201: 200: 198: 197: 190: 183: 175: 172: 171: 169: 168: 163: 158: 153: 148: 142: 138: 137: 136:-6 / ITU T.416 131: 125: 123: 119: 118: 108: 107:Classification 104: 103: 101: 100: 95: 89: 83: 77: 70: 68: 64: 63: 50: 26: 9: 6: 4: 3: 2: 12931: 12920: 12917: 12915: 12914:ISO standards 12912: 12910: 12907: 12905: 12902: 12900: 12897: 12896: 12894: 12879: 12876: 12875: 12873: 12869: 12863: 12860: 12858: 12855: 12853: 12850: 12848: 12845: 12843: 12840: 12838: 12835: 12833: 12830: 12827: 12825: 12822: 12820: 12817: 12815: 12812: 12810: 12807: 12805: 12802: 12800: 12797: 12795: 12792: 12790: 12787: 12785: 12782: 12780: 12777: 12775: 12772: 12770: 12767: 12765: 12762: 12760: 12757: 12755: 12752: 12750: 12747: 12745: 12742: 12740: 12737: 12735: 12732: 12730: 12727: 12725: 12722: 12720: 12717: 12715: 12712: 12710: 12707: 12705: 12702: 12700: 12697: 12695: 12692: 12690: 12687: 12685: 12682: 12680: 12677: 12675: 12672: 12670: 12667: 12665: 12662: 12660: 12657: 12655: 12652: 12650: 12647: 12645: 12642: 12640: 12637: 12635: 12632: 12630: 12627: 12625: 12622: 12620: 12617: 12615: 12612: 12610: 12607: 12605: 12602: 12600: 12597: 12595: 12592: 12590: 12587: 12585: 12582: 12580: 12577: 12575: 12572: 12570: 12567: 12565: 12562: 12560: 12557: 12555: 12552: 12550: 12547: 12545: 12542: 12540: 12537: 12535: 12532: 12530: 12527: 12525: 12522: 12520: 12517: 12515: 12512: 12510: 12507: 12505: 12502: 12500: 12497: 12495: 12492: 12490: 12487: 12485: 12482: 12480: 12477: 12475: 12472: 12470: 12467: 12465: 12462: 12460: 12457: 12455: 12452: 12450: 12447: 12445: 12442: 12440: 12437: 12435: 12432: 12430: 12427: 12425: 12422: 12420: 12417: 12415: 12412: 12410: 12407: 12405: 12402: 12400: 12397: 12395: 12392: 12390: 12387: 12385: 12382: 12380: 12377: 12376: 12374: 12370: 12364: 12361: 12359: 12356: 12354: 12351: 12349: 12346: 12344: 12341: 12339: 12336: 12334: 12331: 12329: 12326: 12324: 12321: 12319: 12316: 12314: 12311: 12309: 12306: 12304: 12301: 12299: 12296: 12294: 12291: 12289: 12286: 12284: 12281: 12279: 12276: 12274: 12271: 12269: 12266: 12264: 12261: 12259: 12256: 12254: 12251: 12249: 12246: 12244: 12241: 12239: 12236: 12234: 12231: 12229: 12226: 12224: 12221: 12219: 12216: 12214: 12211: 12209: 12206: 12204: 12201: 12199: 12196: 12194: 12191: 12189: 12186: 12184: 12181: 12177: 12174: 12172: 12169: 12168: 12167: 12164: 12162: 12159: 12157: 12154: 12152: 12149: 12147: 12144: 12142: 12139: 12135: 12132: 12130: 12127: 12126: 12125: 12122: 12120: 12117: 12115: 12112: 12110: 12107: 12105: 12102: 12100: 12097: 12095: 12092: 12090: 12087: 12085: 12082: 12080: 12077: 12075: 12072: 12070: 12067: 12065: 12062: 12060: 12057: 12055: 12052: 12050: 12047: 12045: 12042: 12041: 12039: 12035: 12031: 12030:IEC standards 12024: 12019: 12017: 12012: 12010: 12005: 12004: 12001: 11989: 11981: 11980: 11977: 11971: 11968: 11966: 11963: 11961: 11958: 11956: 11953: 11951: 11948: 11946: 11943: 11941: 11938: 11936: 11933: 11931: 11928: 11926: 11923: 11921: 11918: 11916: 11913: 11911: 11908: 11907: 11905: 11901: 11895: 11892: 11890: 11887: 11885: 11882: 11879: 11877: 11874: 11872: 11869: 11867: 11864: 11862: 11859: 11857: 11854: 11852: 11849: 11847: 11844: 11842: 11839: 11837: 11834: 11832: 11829: 11827: 11824: 11822: 11819: 11817: 11814: 11812: 11809: 11807: 11804: 11802: 11799: 11797: 11794: 11792: 11789: 11787: 11784: 11782: 11779: 11777: 11774: 11772: 11769: 11767: 11764: 11762: 11759: 11757: 11754: 11752: 11749: 11747: 11744: 11742: 11739: 11737: 11734: 11732: 11729: 11727: 11724: 11722: 11719: 11717: 11714: 11712: 11709: 11707: 11704: 11702: 11699: 11697: 11694: 11692: 11689: 11687: 11684: 11682: 11679: 11677: 11674: 11672: 11669: 11667: 11664: 11662: 11659: 11657: 11654: 11652: 11649: 11647: 11644: 11642: 11639: 11637: 11634: 11633: 11631: 11627: 11621: 11618: 11616: 11613: 11611: 11608: 11606: 11603: 11601: 11598: 11596: 11593: 11591: 11588: 11586: 11583: 11581: 11578: 11576: 11573: 11571: 11568: 11566: 11563: 11561: 11558: 11556: 11553: 11551: 11548: 11546: 11543: 11541: 11538: 11536: 11533: 11531: 11528: 11526: 11523: 11521: 11518: 11516: 11513: 11511: 11508: 11504: 11501: 11499: 11496: 11495: 11494: 11491: 11489: 11486: 11484: 11481: 11479: 11476: 11474: 11471: 11469: 11466: 11464: 11461: 11459: 11456: 11454: 11451: 11449: 11446: 11444: 11441: 11439: 11436: 11434: 11431: 11429: 11426: 11424: 11421: 11419: 11416: 11414: 11411: 11409: 11406: 11404: 11401: 11399: 11396: 11394: 11391: 11389: 11386: 11384: 11381: 11379: 11376: 11374: 11371: 11369: 11366: 11364: 11361: 11359: 11356: 11354: 11351: 11349: 11346: 11344: 11341: 11339: 11336: 11332: 11329: 11328: 11327: 11324: 11322: 11319: 11317: 11314: 11312: 11309: 11307: 11304: 11302: 11299: 11297: 11294: 11290: 11287: 11285: 11282: 11281: 11280: 11277: 11275: 11272: 11270: 11267: 11265: 11262: 11260: 11257: 11255: 11252: 11250: 11247: 11245: 11242: 11240: 11237: 11235: 11232: 11230: 11227: 11225: 11222: 11220: 11217: 11215: 11212: 11210: 11207: 11203: 11200: 11198: 11195: 11193: 11190: 11188: 11185: 11183: 11180: 11178: 11175: 11173: 11170: 11168: 11165: 11163: 11160: 11159: 11158: 11155: 11153: 11150: 11148: 11145: 11143: 11140: 11138: 11135: 11133: 11130: 11128: 11125: 11123: 11120: 11118: 11115: 11113: 11110: 11108: 11105: 11103: 11100: 11098: 11095: 11093: 11090: 11088: 11085: 11083: 11080: 11078: 11075: 11073: 11070: 11068: 11065: 11063: 11060: 11056: 11053: 11051: 11048: 11047: 11046: 11043: 11041: 11038: 11036: 11033: 11031: 11028: 11026: 11023: 11021: 11018: 11016: 11013: 11011: 11008: 11006: 11003: 11001: 10998: 10995: 10991: 10988: 10986: 10983: 10981: 10978: 10976: 10973: 10971: 10968: 10966: 10963: 10961: 10958: 10956: 10953: 10951: 10948: 10946: 10943: 10941: 10938: 10936: 10933: 10931: 10928: 10926: 10923: 10921: 10918: 10916: 10913: 10911: 10908: 10906: 10903: 10901: 10898: 10896: 10893: 10891: 10888: 10886: 10883: 10881: 10878: 10876: 10873: 10869: 10866: 10864: 10861: 10859: 10856: 10854: 10851: 10849: 10846: 10845: 10844: 10841: 10839: 10836: 10834: 10831: 10829: 10826: 10824: 10821: 10819: 10816: 10814: 10811: 10809: 10806: 10804: 10801: 10799: 10796: 10794: 10791: 10789: 10786: 10785: 10783: 10779: 10773: 10770: 10768: 10765: 10763: 10760: 10758: 10755: 10753: 10750: 10748: 10745: 10743: 10740: 10738: 10735: 10733: 10730: 10728: 10725: 10723: 10720: 10718: 10715: 10713: 10710: 10708: 10705: 10703: 10700: 10698: 10695: 10693: 10690: 10688: 10685: 10683: 10680: 10678: 10675: 10673: 10670: 10668: 10665: 10663: 10660: 10658: 10655: 10653: 10650: 10648: 10645: 10641: 10638: 10636: 10633: 10631: 10628: 10626: 10623: 10621: 10618: 10616: 10613: 10611: 10608: 10606: 10603: 10601: 10598: 10596: 10593: 10591: 10588: 10586: 10583: 10581: 10578: 10576: 10573: 10571: 10568: 10566: 10563: 10561: 10558: 10557: 10556: 10553: 10551: 10548: 10546: 10543: 10541: 10538: 10536: 10533: 10531: 10528: 10526: 10523: 10521: 10518: 10516: 10513: 10511: 10508: 10506: 10503: 10501: 10498: 10496: 10493: 10491: 10488: 10486: 10483: 10481: 10478: 10476: 10473: 10471: 10468: 10466: 10463: 10461: 10458: 10456: 10453: 10451: 10448: 10446: 10443: 10441: 10438: 10436: 10433: 10431: 10428: 10424: 10421: 10420: 10419: 10416: 10414: 10411: 10409: 10406: 10404: 10401: 10399: 10396: 10394: 10391: 10389: 10386: 10384: 10381: 10379: 10376: 10374: 10371: 10369: 10366: 10364: 10361: 10359: 10356: 10354: 10351: 10349: 10346: 10344: 10341: 10339: 10336: 10334: 10331: 10329: 10326: 10324: 10321: 10319: 10316: 10314: 10311: 10309: 10306: 10304: 10301: 10299: 10296: 10294: 10291: 10289: 10286: 10284: 10281: 10279: 10276: 10274: 10271: 10269: 10266: 10264: 10261: 10259: 10256: 10254: 10251: 10249: 10246: 10244: 10241: 10239: 10236: 10234: 10231: 10229: 10226: 10224: 10221: 10219: 10216: 10214: 10211: 10209: 10206: 10202: 10199: 10197: 10194: 10192: 10189: 10188: 10187: 10184: 10182: 10179: 10177: 10174: 10172: 10169: 10167: 10164: 10162: 10159: 10157: 10154: 10152: 10149: 10147: 10144: 10142: 10139: 10137: 10134: 10132: 10129: 10127: 10124: 10122: 10119: 10117: 10114: 10112: 10109: 10107: 10104: 10102: 10099: 10097: 10094: 10092: 10089: 10087: 10084: 10082: 10079: 10077: 10074: 10072: 10069: 10067: 10064: 10062: 10059: 10057: 10054: 10052: 10049: 10047: 10044: 10042: 10039: 10037: 10034: 10032: 10029: 10027: 10024: 10022: 10019: 10017: 10014: 10012: 10009: 10007: 10004: 10002: 9999: 9997: 9994: 9992: 9989: 9987: 9984: 9982: 9979: 9977: 9974: 9972: 9969: 9967: 9964: 9960: 9957: 9955: 9952: 9950: 9947: 9945: 9942: 9940: 9937: 9936: 9935: 9932: 9930: 9927: 9925: 9922: 9920: 9917: 9915: 9912: 9910: 9907: 9905: 9902: 9900: 9897: 9895: 9892: 9890: 9887: 9885: 9882: 9880: 9877: 9875: 9872: 9870: 9867: 9865: 9862: 9860: 9857: 9855: 9852: 9848: 9845: 9843: 9840: 9838: 9835: 9833: 9830: 9828: 9825: 9823: 9820: 9818: 9815: 9813: 9810: 9808: 9805: 9803: 9800: 9798: 9795: 9793: 9790: 9788: 9785: 9784: 9783: 9780: 9778: 9775: 9773: 9770: 9768: 9765: 9763: 9760: 9758: 9755: 9753: 9750: 9748: 9745: 9743: 9740: 9738: 9735: 9734: 9732: 9728: 9724: 9723:IEC standards 9720: 9716: 9715:ISO standards 9710: 9702: 9695: 9690: 9688: 9683: 9681: 9676: 9675: 9672: 9661: 9656: 9650: 9647: 9645: 9642: 9641: 9639: 9635: 9629: 9626: 9624: 9621: 9620: 9618: 9614: 9608: 9605: 9603: 9602:Minimal BASIC 9600: 9598: 9595: 9592: 9588: 9584: 9581: 9579: 9576: 9574: 9571: 9569: 9566: 9565: 9563: 9559: 9553: 9550: 9549: 9547: 9543: 9537: 9534: 9532: 9529: 9527: 9524: 9522: 9519: 9517: 9514: 9510: 9507: 9505: 9502: 9500: 9497: 9496: 9495: 9492: 9489: 9486: 9484: 9481: 9480: 9478: 9474: 9468: 9465: 9462: 9459: 9457: 9454: 9452: 9449: 9447: 9444: 9442: 9439: 9438: 9436: 9432: 9427: 9417: 9414: 9412: 9409: 9407: 9404: 9402: 9399: 9397: 9394: 9393: 9391: 9387: 9383: 9380:Standards of 9375: 9370: 9368: 9363: 9361: 9356: 9355: 9352: 9342: 9332: 9326: 9323: 9321: 9318: 9316: 9313: 9311: 9308: 9306: 9303: 9301: 9298: 9296: 9293: 9291: 9288: 9287: 9285: 9281: 9275: 9272: 9270: 9267: 9263: 9260: 9258: 9255: 9254: 9253: 9250: 9248: 9245: 9244: 9242: 9240: 9236: 9230: 9227: 9225: 9222: 9220: 9217: 9215: 9212: 9210: 9207: 9205: 9204: 9200: 9196: 9193: 9191: 9188: 9186: 9183: 9182: 9181: 9178: 9176: 9173: 9171: 9168: 9164: 9161: 9159: 9156: 9155: 9153: 9151: 9148: 9146: 9143: 9141: 9138: 9136: 9133: 9129: 9126: 9125: 9124: 9121: 9119: 9116: 9114: 9111: 9110: 9108: 9104: 9098: 9095: 9093: 9090: 9088: 9085: 9083: 9080: 9078: 9075: 9074: 9072: 9069: 9065: 9059: 9056: 9054: 9051: 9049: 9046: 9044: 9041: 9039: 9036: 9034: 9031: 9029: 9026: 9024: 9021: 9019: 9016: 9014: 9011: 9009: 9006: 9004: 9001: 8999: 8996: 8995: 8993: 8991: 8990:ISO/IEC 10646 8987: 8983: 8977: 8974: 8972: 8969: 8967: 8964: 8962: 8959: 8957: 8954: 8952: 8949: 8947: 8944: 8942: 8939: 8937: 8934: 8932: 8929: 8927: 8924: 8922: 8919: 8917: 8914: 8912: 8909: 8907: 8904: 8902: 8899: 8897: 8894: 8892: 8889: 8887: 8884: 8882: 8879: 8877: 8874: 8872: 8869: 8867: 8864: 8862: 8859: 8857: 8854: 8852: 8849: 8847: 8844: 8842: 8839: 8837: 8834: 8832: 8829: 8827: 8823: 8820: 8818: 8815: 8813: 8810: 8808: 8807:Compucolor II 8805: 8803: 8800: 8798: 8795: 8793: 8790: 8788: 8785: 8783: 8780: 8778: 8775: 8773: 8770: 8768: 8765: 8763: 8762:Acorn RISC OS 8760: 8758: 8755: 8753: 8750: 8748: 8745: 8743: 8740: 8738: 8735: 8733: 8730: 8728: 8725: 8724: 8722: 8718: 8712: 8709: 8707: 8704: 8702: 8699: 8697: 8694: 8692: 8691:8-bit Turkish 8689: 8687: 8684: 8680: 8677: 8675: 8672: 8670: 8667: 8665: 8662: 8660: 8657: 8655: 8652: 8650: 8647: 8645: 8642: 8640: 8637: 8635: 8632: 8631: 8630: 8627: 8625: 8622: 8621: 8619: 8616: 8612: 8608: 8602: 8599: 8597: 8594: 8593: 8591: 8588: 8584: 8578: 8575: 8573: 8570: 8568: 8565: 8563: 8560: 8558: 8555: 8553: 8550: 8548: 8545: 8543: 8540: 8538: 8535: 8533: 8530: 8528: 8525: 8523: 8520: 8518: 8515: 8513: 8510: 8508: 8505: 8503: 8500: 8498: 8495: 8492: 8488: 8485: 8483: 8480: 8478: 8475: 8474: 8472: 8470: 8466: 8460: 8457: 8455: 8452: 8450: 8447: 8445: 8442: 8440: 8437: 8435: 8432: 8430: 8427: 8425: 8422: 8420: 8417: 8415: 8412: 8410: 8407: 8405: 8402: 8400: 8397: 8395: 8392: 8390: 8387: 8385: 8382: 8380: 8377: 8375: 8372: 8370: 8367: 8365: 8362: 8360: 8357: 8356: 8354: 8352: 8348: 8342: 8339: 8337: 8334: 8332: 8329: 8327: 8324: 8322: 8319: 8317: 8314: 8312: 8309: 8307: 8304: 8302: 8299: 8297: 8294: 8292: 8289: 8287: 8284: 8282: 8279: 8277: 8274: 8272: 8269: 8267: 8264: 8262: 8259: 8257: 8254: 8252: 8249: 8247: 8244: 8242: 8239: 8237: 8234: 8232: 8229: 8227: 8224: 8222: 8219: 8217: 8214: 8212: 8209: 8207: 8204: 8202: 8199: 8197: 8194: 8192: 8189: 8187: 8184: 8182: 8179: 8177: 8174: 8172: 8169: 8167: 8164: 8162: 8159: 8157: 8154: 8152: 8149: 8147: 8144: 8142: 8139: 8137: 8134: 8132: 8129: 8127: 8124: 8122: 8119: 8117: 8114: 8112: 8109: 8107: 8104: 8102: 8099: 8097: 8094: 8092: 8089: 8087: 8084: 8082: 8079: 8077: 8074: 8072: 8069: 8067: 8064: 8062: 8059: 8057: 8054: 8052: 8049: 8047: 8044: 8042: 8039: 8038: 8036: 8032: 8026: 8023: 8021: 8018: 8016: 8013: 8011: 8008: 8006: 8003: 8001: 7998: 7996: 7993: 7991: 7988: 7986: 7983: 7981: 7978: 7976: 7973: 7971: 7968: 7966: 7963: 7961: 7958: 7956: 7953: 7951: 7948: 7946: 7943: 7941: 7938: 7936: 7933: 7931: 7928: 7926: 7923: 7921: 7918: 7916: 7913: 7911: 7908: 7906: 7903: 7901: 7898: 7896: 7893: 7891: 7888: 7886: 7883: 7882: 7880: 7876: 7871: 7865: 7862: 7860: 7859:ISO/IEC 10367 7857: 7855: 7852: 7851: 7849: 7847: 7843: 7837: 7834: 7832: 7829: 7827: 7824: 7822: 7819: 7817: 7814: 7812: 7809: 7807: 7804: 7802: 7799: 7797: 7794: 7792: 7789: 7787: 7784: 7782: 7779: 7777: 7774: 7772: 7769: 7767: 7764: 7762: 7759: 7757: 7754: 7752: 7749: 7747: 7744: 7742: 7739: 7737: 7734: 7732: 7729: 7727: 7724: 7722: 7719: 7717: 7714: 7712: 7709: 7707: 7704: 7702: 7699: 7697: 7694: 7692: 7689: 7687: 7684: 7683: 7681: 7677: 7671: 7668: 7666: 7663: 7661: 7658: 7656: 7653: 7651: 7648: 7646: 7643: 7639: 7636: 7634: 7631: 7630: 7629: 7626: 7625: 7623: 7619: 7611: 7608: 7606: 7603: 7601: 7598: 7596: 7593: 7592: 7590: 7586: 7583: 7581: 7578: 7577: 7575: 7571: 7568: 7567: 7565: 7561: 7558: 7556: 7553: 7551: 7548: 7546: 7543: 7541: 7538: 7536: 7533: 7531: 7528: 7526: 7523: 7521: 7518: 7516: 7513: 7511: 7510:-5 (Cyrillic) 7508: 7506: 7503: 7501: 7498: 7496: 7493: 7491: 7488: 7487: 7485: 7484: 7482: 7480: 7476: 7470: 7467: 7461: 7458: 7456: 7453: 7452: 7450: 7448: 7445: 7443: 7440: 7438: 7435: 7434: 7433: 7429: 7425: 7422: 7420: 7417: 7413: 7410: 7409: 7408: 7405: 7403: 7400: 7396: 7393: 7389: 7386: 7384: 7381: 7379: 7376: 7374: 7371: 7370: 7369: 7366: 7364: 7361: 7360: 7359: 7356: 7355: 7353: 7349: 7345: 7338: 7333: 7331: 7326: 7324: 7319: 7318: 7315: 7309: 7306: 7302: 7298: 7294: 7292: 7289: 7287: 7284: 7282: 7279: 7267: 7263: 7259: 7257: 7254: 7251: 7247: 7244: 7243: 7223: 7219: 7213: 7198: 7194: 7187: 7172: 7168: 7161: 7146: 7140: 7125: 7119: 7111: 7107: 7101: 7093: 7089: 7085: 7079: 7071: 7067: 7063: 7057: 7042: 7038: 7037: 7030: 7028: 7019: 7015: 7011: 7005: 7003: 6987: 6980: 6979: 6972: 6970: 6961: 6957: 6951: 6943: 6942: 6937: 6930: 6922: 6918: 6912: 6904: 6900: 6893: 6891: 6882: 6878: 6872: 6864: 6860: 6856: 6850: 6842: 6838: 6831: 6829: 6820: 6816: 6810: 6802: 6801: 6793: 6785: 6779: 6763: 6757: 6749: 6743: 6735: 6729: 6721: 6715: 6713: 6711: 6702: 6695: 6687: 6680: 6664: 6658: 6643: 6639: 6633: 6625: 6621: 6615: 6613: 6611: 6602: 6598: 6594: 6588: 6580: 6576: 6570: 6562: 6558: 6552: 6537: 6533: 6527: 6525: 6523: 6514: 6510: 6504: 6502: 6500: 6491: 6487: 6481: 6473: 6469: 6463: 6461: 6445: 6441: 6435: 6419: 6412: 6404: 6400: 6393: 6377: 6370: 6362: 6358: 6354: 6348: 6340: 6336: 6332: 6326: 6318: 6314: 6310: 6304: 6296: 6290: 6286: 6285: 6277: 6269: 6265: 6258: 6256: 6254: 6252: 6250: 6248: 6246: 6244: 6242: 6240: 6238: 6236: 6234: 6232: 6223: 6216: 6210: 6208: 6206: 6204: 6202: 6200: 6198: 6196: 6194: 6186: 6174: 6168: 6160: 6154: 6139: 6135: 6128: 6113: 6109: 6103: 6087: 6080: 6064: 6058: 6050: 6043: 6037: 6035: 6033: 6031: 6029: 6027: 6025: 6023: 6021: 6019: 6017: 6015: 6013: 6011: 6009: 5992: 5991: 5983: 5977: 5961: 5957: 5950: 5934: 5927: 5919: 5912: 5906: 5904: 5899: 5885: 5881: 5875: 5866: 5857: 5848: 5841: 5835: 5826: 5817: 5813: 5803: 5800: 5798: 5795: 5792: 5789: 5787: 5784: 5782: 5779: 5778: 5769: 5766: 5754: 5751: 5745: 5742: 5731: 5726: 5722: 5712: 5706: 5695: 5692:CSI 1 ; 5687: 5683: 5677: 5674: 5661: 5658: 5652: 5648: 5640: 5634: 5633: 5632: 5628: 5609:<esc>[D 5605:<esc>[A 5594: 5591: 5588: 5587: 5584: 5581: 5578: 5577: 5574: 5571: 5568: 5567: 5564: 5561: 5558: 5557: 5553: 5550: 5548: 5547: 5543: 5540: 5537: 5536: 5533: 5530: 5479: 5472: 5469: 5467: 5463: 5457: 5453: 5443: 5440: 5432: 5421: 5418: 5414: 5411: 5407: 5404: 5400: 5397: 5393: 5390: β€“  5389: 5385: 5384:Find sources: 5378: 5374: 5368: 5367: 5362:This section 5360: 5356: 5351: 5350: 5087: 5082: 5073: 5055: 4972: 4970: 4944: 4942: 4938: 4937:reverse video 4934: 4933: 4928: 4927: 4922: 4921: 4916: 4915: 4906: 4904: 4903: 4898: 4894: 4890: 4880: 4850: 4848: 4840: 4826: 4810: 4805: 4800: 4793: 4788: 4785: 4780: 4775: 4770: 4765: 4760: 4755: 4750: 4747: 4742: 4737: 4732: 4729: 4726: 4724: 4723: 4720: 4710: 4698: 4690: 4687: 4686: 4684: 4678: 4675: 4674: 4672: 4665: 4660: 4652: 4649: 4648: 4646: 4640: 4637: 4636: 4634: 4629: 4624: 4621: 4618: 4616: 4615: 4605: 4603: 4594: 4545: 4540: 4535: 4530: 4525: 4522: 4517: 4510: 4505: 4502: 4499: 4497: 4496: 4493: 4483: 4463: 4461: 4457: 4435: 4424: 4417: 4407: 4395: 4387: 4374: 4335: 4304: 4300: 4297: 4294: 4293: 4292: 4290: 4286: 4254: 4252: 4248: 4237: 4234:xterm-88color 4147: 4143: 4138: 4028: 3918: 3808: 3698: 3588: 3478: 3473: 3442: 3417: 3413: 3405: 3400: 3397: 3384: 3382: 3365: 3363: 3344: 3341: 3338:229, 229, 229 3336: 3331:Bright White 3330: 3325: 3320: 3319: 3312: 3309: 3306: 3304:41, 184, 219 3303: 3297: 3294: 3289: 3284: 3283: 3276: 3273: 3270: 3267: 3261: 3258: 3253: 3248: 3247: 3243: 3240: 3237: 3234: 3231: 3228: 3225: 3223:59, 142, 234 3222: 3216: 3213: 3208: 3203: 3202: 3195: 3192: 3189: 3187:245, 245, 67 3186: 3180: 3177: 3172: 3167: 3166: 3159: 3156: 3153: 3150: 3148:35, 209, 139 3147: 3141: 3139:Bright Green 3138: 3133: 3128: 3127: 3120: 3117: 3114: 3111: 3105: 3102: 3097: 3092: 3091: 3087: 3084: 3081: 3078: 3075: 3072: 3069: 3066: 3060: 3055: 3050: 3045: 3044: 3040: 3037: 3034: 3031: 3028: 3025: 3022: 3019: 3013: 3010: 3005: 3000: 2999: 2995: 2992: 2989: 2986: 2983: 2980: 2977: 2975:17, 168, 205 2974: 2968: 2965: 2960: 2955: 2954: 2950: 2947: 2944: 2941: 2938: 2935: 2932: 2930:188, 63, 188 2929: 2926: 2923: 2920: 2917: 2912: 2907: 2906: 2902: 2899: 2896: 2893: 2890: 2887: 2884: 2882:36, 114, 200 2881: 2875: 2872: 2867: 2862: 2861: 2857: 2854: 2851: 2848: 2845: 2842: 2839: 2837:229, 229, 16 2836: 2833: 2830: 2827: 2824: 2819: 2814: 2813: 2809: 2806: 2803: 2800: 2797: 2794: 2791: 2789:13, 188, 121 2788: 2782: 2779: 2774: 2769: 2768: 2764: 2761: 2758: 2755: 2752: 2749: 2746: 2743: 2737: 2734: 2729: 2724: 2723: 2719: 2716: 2710: 2704: 2699: 2694: 2693: 2689: 2687: 2684: 2682: 2679: 2677: 2674: 2672: 2669: 2667: 2664: 2662: 2657: 2655: 2652: 2650: 2643: 2641: 2636: 2633: 2630: 2625: 2620: 2619: 2615: 2613: 2608: 2569: 2562: 2561: 2554: 2549: 2548: 2544: 2539: 2538: 2534: 2529: 2528: 2521: 2516: 2515: 2504: 2501: 2496: 2495: 2491: 2486: 2485: 2481: 2477: 2472: 2471: 2467: 2462: 2461: 2457: 2453: 2448: 2447: 2440: 2435: 2434: 2430: 2427: 2422: 2421: 2417: 2406: 2404: 2400: 2395: 2394: 2391: 2388: 2383: 2382: 2379: 2376: 2371: 2370: 2366: 2363: 2358: 2357: 2353: 2348: 2347: 2344:" in mintty. 2343: 2336: 2331: 2330: 2326: 2323: 2318: 2317: 2313: 2310: 2305: 2304: 2301: 2291: 2289: 2285: 2280: 2279: 2276: 2274: 2270: 2265: 2264: 2260: 2257: 2252: 2251: 2248: 2238: 2236: 2232: 2227: 2226: 2223: 2221: 2217: 2212: 2211: 2208: 2205: 2200: 2199: 2195: 2192: 2187: 2186: 2183: 2181:Not reversed 2180: 2175: 2174: 2170: 2167: 2164: 2159: 2158: 2154: 2152:Not blinking 2151: 2146: 2145: 2141: 2138: 2133: 2132: 2129: 2126: 2121: 2120: 2116: 2113: 2108: 2107: 2103: 2099: 2095: 2092: 2087: 2086: 2082: 2079: 2076: 2071: 2070: 2065: 2060: 2057: 2052: 2051: 2048: 2045: 2040: 2039: 2035: 2032: 2028: 2025: 2020: 2019: 2015: 2012: 2008: 2003: 2002: 1998: 1995: 1992: 1991:Reverse video 1989: 1984: 1983: 1979: 1976: 1971: 1970: 1966: 1963: 1958: 1957: 1953: 1950: 1945: 1944: 1940: 1937: 1932: 1931: 1927: 1923: 1920: 1916: 1911: 1910: 1907:) invention. 1906: 1902: 1899: 1894: 1893: 1889: 1886: 1882: 1877: 1876: 1872: 1869: 1867: 1864: 1863: 1860: 1831: 1829: 1827: 1824: 1823: 1819: 1807: 1805: 1803: 1800: 1799: 1795: 1793: 1791: 1788: 1787: 1783: 1781: 1779: 1776: 1775: 1771: 1769: 1767: 1764: 1763: 1751: 1749: 1747: 1744: 1743: 1739: 1737: 1732: 1729: 1728: 1724: 1720: 1718: 1713: 1710: 1709: 1705: 1700: 1695: 1692: 1675: 1672: 1667: 1664: 1659: 1656: 1653: 1650: 1649: 1626: 1623: 1618: 1615: 1611: 1608: 1606:AUX Port Off 1605: 1603: 1600: 1595: 1592: 1590: 1587: 1582: 1580: 1577: 1572: 1565: 1564: 1560: 1556: 1552: 1547: 1542: 1531: 1526: 1514: 1511: 1506: 1499: 1494: 1482: 1479: 1474: 1467: 1438: 1435: 1430: 1423: 1418: 1406: 1378: 1375: 1370: 1363: 1327: 1324: 1319: 1313: ;  1308: 1303: 1291: 1286: 1281: 1274: 1269: 1257: 1254: 1249: 1242: 1237: 1225: 1222: 1217: 1210: 1205: 1200: 1193: 1188: 1183: 1176: 1171: 1166: 1159: 1143: 1138: 1131: 1126: 1123: 1120: 1117: 1116: 1110: 1106: 1095: 1060: 1048: 1039: 1034: 1029: 1024: 1019: 1014: 1009: 1004: 999: 991: 986: 981: 976: 971: 969: 966: 961: 956: 951: 950: 946: 943: 938: 933: 928: 923: 921: 918: 913: 908: 903: 898: 895: 890: 885: 880: 875: 870: 865: 858: 853: 846: 841: 836: 831: 826: 823: 820: 817: 814: 813: 803: 793: 789: 785: 781: 777: 768: 766: 758: 746: 740: 730: 727: 718: 715: 710: 705: 700: 695: 692: 687: 682: 679: 674: 671: 666: 661: 658: 653: 650: 645: 640: 637: 632: 629: 624: 619: 616: 611: 608: 603: 598: 595: 590: 587: 582: 577: 574: 571: 568: 566: 565: 559: 557: 553: 537: 535: 531: 525: 521: 517: 514: 509: 507: 503: 495: 491: 486: 483: 478: 477:device driver 473: 471: 467: 463: 459: 455: 451: 441: 439: 433: 431: 426: 422: 420: 416: 407: 398: 395: 391: 387: 383: 378: 376: 372: 368: 364: 360: 355: 353: 348: 346: 342: 338: 334: 330: 326: 322: 319: 310: 306: 303: 299: 295: 291: 285: 282: 278: 274: 269: 259: 252:character, a 247: 237: 233: 231: 227: 223: 219: 215: 211: 207: 196: 191: 189: 184: 182: 177: 176: 173: 167: 164: 162: 159: 157: 154: 152: 149: 147: 144: 143: 135: 132: 130: 127: 126: 124: 120: 116: 112: 109: 105: 99: 96: 93: 90: 87: 84: 81: 78: 75: 72: 71: 69: 65: 59: 54: 48: 43: 37: 33: 19: 12814:27000-series 12403: 11841:27000 series 10352: 9552:Universal 3D 9395: 9257:ISO/IEC 6429 9256: 9214:Stanford/ITS 9201: 9135:ARIB STD-B24 8916:Sega SC-3000 8817:DEC RADIX 50 7854:ISO/IEC 8859 7846:ISO/IEC 2022 7591:Adaptations 7550:-14 (Celtic) 7545:-13 (Baltic) 7535:-10 (Nordic) 7530:-9 (Turkish) 7479:ISO/IEC 8859 7301:the original 7270:. Retrieved 7266:the original 7249: 7225:. Retrieved 7221: 7212: 7200:. Retrieved 7196: 7186: 7174:. Retrieved 7170: 7160: 7148:. Retrieved 7139: 7127:. Retrieved 7118: 7109: 7100: 7091: 7078: 7069: 7056: 7045:, retrieved 7041:the original 7035: 7017: 6989:. Retrieved 6977: 6959: 6950: 6939: 6929: 6920: 6911: 6903:GitHub Gists 6902: 6880: 6871: 6858: 6849: 6840: 6818: 6809: 6799: 6792: 6778: 6766:. Retrieved 6756: 6742: 6728: 6694: 6679: 6667:. Retrieved 6657: 6645:. Retrieved 6641: 6632: 6623: 6596: 6587: 6578: 6569: 6560: 6551: 6539:. Retrieved 6535: 6512: 6489: 6480: 6471: 6468:"screen(HW)" 6447:. Retrieved 6443: 6434: 6422:. Retrieved 6411: 6402: 6392: 6380:. Retrieved 6369: 6356: 6347: 6334: 6325: 6312: 6303: 6283: 6276: 6267: 6184: 6177:. Retrieved 6167: 6153: 6141:. Retrieved 6137: 6127: 6115:. Retrieved 6111: 6102: 6090:. Retrieved 6079: 6067:. Retrieved 6057: 6051:. June 1991. 5995:. Retrieved 5988: 5976: 5964:. Retrieved 5960:the original 5949: 5937:. Retrieved 5926: 5874: 5865: 5856: 5847: 5834: 5825: 5816: 5752: 5749: 5724: 5720: 5710: 5704: 5693: 5685: 5681: 5659: 5656: 5638: 5629: 5603: 5538:Key pressed 5531: 5480: 5476: 5470: 5465: 5461: 5458: 5454: 5450: 5435: 5429:October 2023 5426: 5416: 5409: 5402: 5395: 5383: 5371:Please help 5366:verification 5363: 5067: 5046: 4966: 4930: 4924: 4918: 4912: 4910: 4900: 4886: 4851: 4841: 4827: 4821: 4704: 4602:ISO/IEC 2022 4596:Most of the 4595: 4556: 4469: 4460:ISO/IEC 2022 4441: 4425: 4418: 4401: 4388: 4380: 4372: 4334:CS tolerance 4282: 4243: 4227: 3396: 3378: 3359: 3295:Bright Cyan 3214:Bright Blue 3112:241, 76, 76 2744:205, 49, 49 2666:Terminal.app 2609: 2585: 2522:Superscript 2479: 2455: 2098:Linux kernel 2063: 2030: 2010: 1993: 1977:Rapid blink 1918: 1884: 1865: 1842: 1610: 1593:AUX Port On 1512:Scroll Down 1206:Cursor Back 1172:Cursor Down 1107: 1096: 1082:acts like a 1061: 1054: 1047: 769: 752: 736: 555: 548: 532: 516:version 1511 510: 487: 474: 447: 434: 423: 412: 390:ISO/IEC 8613 389: 379: 367:ISO/IEC 6429 366: 365:as standard 356: 349: 315: 286: 270: 243: 234: 226:ASCII escape 205: 204: 134:ISO/IEC 8613 115:control code 111:ISO/IEC 2022 36: 11629:20000–29999 10781:10000–19999 9463:(Ultrium-1) 8976:ZX Spectrum 8931:Sinclair QL 8767:Amstrad CPC 8686:8-bit Greek 8613:terminals ( 8326:Iran System 7878:("scripts") 7525:-8 (Hebrew) 7515:-6 (Arabic) 7412:ISO/IEC 646 7272:22 February 6797:"History". 6647:21 December 6132:bitcrazed. 6117:27 February 6065:. Commodore 5935:. VT100.net 5760: – 5719:CSI ? 5667: – 5569:(Left) Alt 5462:normal mode 4957:\x1b[93;41m 4941:letter case 4895:to provide 4391:$ COLORFGBG 4383:$ COLORTERM 3475:216 colors 3103:Bright Red 2027:Crossed-out 1964:Slow blink 1928:like bold. 1926:font weight 1348:as well as 540:Description 325:Zenith Z-19 284:character. 166:ETS 300 706 12893:Categories 11408:16949 (TS) 11005:11941 (TR) 9703:standards 9607:Full BASIC 9591:ECMAScript 9583:JavaScript 9262:JIS X 0211 9170:ISO-IR-169 9023:UTF-EBCDIC 8589:code pages 8316:CSX+ Indic 7920:Devanagari 7875:Code pages 7796:LST 1590-4 7766:JIS X 0213 7761:JIS X 0212 7756:JIS X 0208 7751:JIS X 0201 7716:GOST 10859 7638:CCCII/EACC 7540:-11 (Thai) 7520:-7 (Greek) 7455:background 7378:Wabun/Kana 7202:25 January 7176:25 January 7150:19 January 7129:19 January 7110:debian.org 6424:4 February 6382:4 February 5966:4 November 5894:References 5746:generates 5651:Terminator 5399:newspapers 5027:&& 4908:ls --color 4847:ANSI bombs 4713:Some type 4608:Some type 4486:Some type 2601:ESC[39;49m 2589:ESC[30;47m 2535:Subscript 2364:Overlined 2354:Encircled 1951:Underline 1697:RCP, SCORC 1669:SCP, SCOSC 1480:Scroll Up 1144:Cursor Up 1099:<=>? 806:Some type 739:ANSI X3.41 556:vice versa 513:Windows 10 375:JIS X 0211 343:and other 151:JIS X 0207 98:JIS X 0211 11363:15926 WIP 10727:9592/9593 10652:9000/9001 10540:8805/8806 9456:Super DLT 9315:MICR code 9150:IEC-P27-1 9128:ISO-IR-68 9033:DIN 91379 8911:SAM CoupΓ© 8846:GSM 03.38 8836:Galaksija 8331:KamenickΓ½ 8311:CSX Indic 8020:Ukrainian 7806:Shift JIS 7786:KS X 1002 7781:KS X 1001 7706:DIN 66003 7701:CNS 11643 7469:Transcode 7447:ITU T.101 7373:Non-Latin 7227:15 August 7047:21 August 6601:man-pages 5997:2 January 5939:17 August 5750:modifiers 5694:modifiers 5657:modifiers 5653:generate 4893:terminals 4583:0x30β€”0x3F 4571:0x30-0x7E 4563:0x20β€”0x2F 4476:0x30β€”0x3F 4448:0x60β€”0x7E 4310:ESC[38:2: 4287:'s T.416 4256:ESC[38;2; 3386:ESC[38:5: 3367:ESC[38;5; 3362:256-color 2597:ESC[1;31m 2080:(Gothic) 1814:ESC [201~ 1810:ESC [200~ 1519:(default 1487:(default 1358:CSI 17;1H 1332:, column 1309:CSI  1300:). (not 1296:(default 1262:(default 1230:(default 1151:(default 796:0xC2,0x8E 743:0x20β€”0x7F 680:Form Feed 659:Line Feed 617:Backspace 524:Unix-like 470:PC Clones 335:TVI-970, 333:Televideo 331:QVT-108, 161:DIN 31626 146:ITU T.101 11988:Category 9713:List of 9545:Graphics 9320:Mojibake 9175:ISO 2033 9140:Fieldata 9118:ASMO 449 9028:GB 18030 8988: / 8936:Teletext 8926:Sharp MZ 8856:HP FOCAL 8851:HP Roman 8782:Atari ST 8772:Apple II 8306:CS Indic 8000:Romanian 7975:Keyboard 7955:Gurmukhi 7950:Gujarati 7940:Georgian 7915:Cyrillic 7910:Croatian 7885:Armenian 7791:LST 1564 7776:KPS 9566 7736:GB 18030 7731:GB 12052 7726:GB 12345 7711:ELOT 927 7645:ISO 5426 7605:Estonian 7442:ITU T.61 7432:Teletext 7428:Videotex 7402:Fieldata 7388:Cyrillic 6984:. ITSCJ/ 6863:Archived 6603:project. 6579:jdebp.uk 6449:23 March 6444:man7.org 6179:13 March 5793:(AVATAR) 5781:ANSI art 5775:See also 5723: ; 5684: ; 5579:Control 5544:Comment 5288:[m" 5282:[%dm %3d 5093:#include 5025:-s-n1-t1 4829:CSI 32 m 4818:Examples 4668:ESC SP G 4631:ESC SP F 4336:⟩ 4332:⟨ 2918:Magenta 2169:ITU T.61 2009:Conceal 1682: ; 1631:, where 1629:ESC[n;mR 1536: ; 1525:ANSI.SYS 1493:ANSI.SYS 1405:ANSI.SYS 1350:CSI 17;H 1346:CSI 1;5H 1317: H 1302:ANSI.SYS 1268:ANSI.SYS 1236:ANSI.SYS 780:ISO 8859 552:ISO 2022 482:ANSI.SYS 382:ITU T.61 156:ISO 6630 129:ITU T.61 67:Standard 12871:Related 12584:13522-5 12372:ISO/IEC 12263:62014-4 12176:61131-9 12171:61131-3 12141:60906-1 12134:60870-6 12129:60870-5 11889:29199-2 11761:23094-2 11756:23094-1 11746:23090-3 11615:19794-5 11610:19775-1 11398:16612-2 11388:16355-1 11077:13406-2 11035:12234-2 10803:10118-3 9644:ECMA-35 9568:C++/CLI 9416:OpenXPS 9209:SEASCII 9203:Mojikyō 9190:KOI8-RU 9113:ABICOMP 8986:Unicode 8896:PETSCII 8886:NEC APC 8822:DEC MCS 8777:ATASCII 8674:Swedish 8659:Finnish 8644:Spanish 8336:Mazovia 8301:ABICOMP 8010:Turkish 7965:Iceland 7873:Mac OS 7816:TIS-620 7721:GB 2312 7696:BraSCII 7686:ArmSCII 7424:Teletex 7383:Chinese 7084:Digital 7062:Digital 7010:Digital 6819:Fossies 6403:cirw.in 6224:. 1994. 6069:10 July 5744:Konsole 5698:if the 5655:SS3 1; 5541:Number 5503:⇧ Shift 5495:⇧ Shift 5413:scholar 5052:  5016:\\e[?5l 4997:\\e[?5h 4975:flasher 4961:\x1b[0m 4953:\x1b[0m 4949:\x1b[7m 4833:CSI 1 m 4823:CSI 2 J 4796:ESC # 6 4777:ESC # 5 4757:ESC # 4 4739:ESC # 3 4733:Effect 4625:Effect 4557:If the 4506:Effect 4470:If the 4442:If the 4247:Konsole 2825:Yellow 2661:Console 2649:1.0–6.0 2645:Windows 2640:Console 2593:ESC[31m 2565:100–107 2415:2;r;g;b 2337:Framed 2299:2;r;g;b 2246:2;r;g;b 2193:Reveal 2102:console 2078:Fraktur 2033:strike 1996:invert 1938:Italic 1887:normal 1857:CSI 0 m 1734:DECTCEM 1715:DECTCEM 1660:Effect 1616:CSI 6n 1601:CSI 4i 1588:CSI 5i 1407:). If 1354:CSI 17H 1342:CSI ;5H 1127:Effect 1103:p–z{|}~ 827:Effect 788:CP-1252 753:If the 578:Effect 498:ANSICON 386:Teletex 318:Digital 294:ISO 646 273:termcap 240:History 230:bracket 80:ISO/IEC 11903:30000+ 10742:9797-1 10550:8820-5 10495:8501-1 10051:1073-2 10046:1073-1 9730:1–9999 9578:Eiffel 9509:FAT16B 9490:(CDFS) 9483:CD-ROM 9219:Symbol 9195:KOI8-U 9185:KOI8-R 9053:TACE16 9043:CESU-8 9038:BOCU-1 9018:UTF-32 9013:UTF-16 8956:WISCII 8946:TRS-80 8866:SQUOZE 8861:HP RPL 8701:Hebrew 8696:SI 960 8664:French 8587:EBCDIC 8477:CER-GS 7960:Hebrew 7935:Gaelic 7900:Celtic 7890:Arabic 7836:YUSCII 7826:VISCII 7811:SI 960 7801:PASCII 7650:5426-2 7628:MARC-8 7363:Needle 7222:iTerm2 6991:12 May 6941:GitHub 6921:GitHub 6768:5 June 6669:18 May 6642:GitHub 6624:GitHub 6541:1 July 6513:GitLab 6291:  6143:30 May 5768:iTerm2 5725:column 5686:column 5637:CSI [ 5559:Shift 5415:  5408:  5401:  5394:  5386:  5330:return 5321:" 5315:" 5309:printf 5276:" 5270:printf 5059:printf 5012:printf 4993:printf 4802:DECDWL 4782:DECSWL 4762:DECDHL 4744:DECDHL 4456:ISO-IR 4240:24-bit 3011:White 2780:Green 2705:Black 2686:Ubuntu 2605:ESC[0m 2577:Colors 1883:Reset 1758:ESC [O 1754:ESC [I 1693:CSI u 1665:CSI s 998:Kermit 800:U+008E 728:Escape 506:Cygwin 502:ConEmu 479:named 392:, the 384:, the 290:ECMA-6 113:based 12862:81346 12857:80000 12852:42010 12847:39075 12842:38500 12837:33001 12832:29119 12828:29110 12824:27040 12819:27002 12809:27000 12804:26300 12799:24752 12794:24744 12789:24727 12784:24707 12779:23360 12774:23270 12769:23008 12764:23003 12759:23000 12754:22537 12749:22275 12744:21827 12739:21000 12734:20802 12729:20000 12724:19788 12719:19770 12714:19757 12709:19752 12704:18181 12699:18014 12694:18004 12689:17025 12684:17024 12679:16485 12674:16262 12669:15938 12664:15897 12659:15693 12654:15511 12649:15504 12644:15445 12639:15444 12634:15408 12629:15291 12624:15288 12619:14882 12614:14651 12609:14496 12604:14443 12599:13818 12594:13816 12589:13568 12579:13346 12574:13250 12569:12207 12564:11801 12559:11544 12554:11404 12549:11179 12544:11172 12539:10967 12534:10646 12529:10279 12524:10179 12519:10165 12514:10116 12509:10021 12363:63382 12358:63119 12353:63110 12348:62700 12343:62682 12338:62680 12333:62455 12328:62386 12323:62379 12318:62366 12313:62365 12308:62351 12303:62325 12298:62304 12293:62264 12288:62262 12283:62196 12278:62061 12273:62056 12268:62026 12258:61970 12253:61968 12248:61960 12243:61883 12238:61851 12233:61850 12228:61784 12223:61511 12218:61508 12213:61499 12208:61400 12203:61360 12198:61355 12193:61334 12188:61162 12183:61158 12166:61131 12161:61030 12156:60958 12151:60929 12146:60908 12124:60870 12119:60601 12114:60559 12109:60446 12104:60364 12099:60320 12094:60309 12089:60297 12084:60269 12079:60228 12074:60112 12069:60068 12064:60063 12059:60062 12054:60038 12049:60034 12044:60027 11970:80000 11965:56000 11960:55000 11955:50001 11950:45001 11945:42010 11940:40500 11935:39075 11930:38500 11925:37001 11920:32000 11915:31000 11910:30170 11894:29500 11884:29148 11880:29110 11876:28000 11871:27729 11866:27006 11861:27005 11856:27002 11851:27001 11846:27000 11836:26324 11831:26300 11826:26262 11821:26000 11816:25964 11811:25178 11806:24728 11801:24707 11796:24617 11791:24613 11786:24517 11781:23941 11776:23360 11771:23271 11766:23270 11751:23092 11741:23009 11736:23008 11731:23003 11726:23000 11721:22537 11716:22395 11711:22301 11706:22300 11701:22275 11696:22000 11691:21827 11686:21500 11681:21122 11676:21047 11671:21001 11666:21000 11661:20830 11656:20802 11651:20400 11646:20121 11641:20022 11636:20000 11620:19831 11605:19770 11600:19757 11595:19752 11590:19600 11585:19510 11580:19509 11575:19508 11570:19507 11565:19506 11560:19505 11555:19503 11550:19502 11545:19501 11540:19500 11535:19439 11530:19407 11525:19136 11520:19125 11515:19115 11510:19114 11493:19092 11488:19011 11483:19005 11478:18916 11473:18629 11468:18245 11463:18181 11458:18014 11453:18004 11448:17799 11443:17506 11438:17442 11433:17369 11428:17203 11423:17100 11418:17025 11413:17024 11403:16750 11393:16485 11383:16262 11378:16023 11373:15938 11368:15930 11358:15926 11353:15924 11348:15919 11343:15897 11338:15707 11326:15706 11321:15693 11316:15686 11311:15511 11306:15504 11301:15438 11296:15445 11279:15444 11274:15408 11269:15398 11264:15291 11259:15288 11254:15189 11249:15022 11244:14971 11239:14882 11234:14764 11229:14698 11224:14651 11219:14649 11214:14644 11209:14617 11157:14496 11152:14443 11147:14396 11142:14289 11137:14224 11132:14031 11127:14000 11122:13818 11117:13816 11112:13616 11107:13584 11102:13568 11097:13567 11092:13490 11087:13485 11082:13450 11072:13399 11067:13250 11062:13216 11045:13211 11040:12620 11030:12207 11025:12182 11020:12052 11015:12006 11010:11992 11000:11941 10990:11940 10985:11898 10980:11889 10975:11801 10970:11785 10965:11784 10960:11783 10955:11544 10950:11404 10945:11179 10940:11172 10935:11170 10930:11073 10925:10967 10920:10962 10915:10957 10910:10861 10905:10746 10900:10664 10895:10646 10890:10628 10885:10589 10880:10585 10875:10383 10843:10303 10838:10279 10833:10218 10828:10206 10823:10179 10818:10165 10813:10161 10808:10160 10798:10116 10793:10007 10788:10006 9637:Other 9504:FAT16 9499:FAT12 9290:CCSID 9163:8-bit 9158:7-bit 9154:INIS 9008:UTF-8 9003:UTF-7 8998:UTF-1 8876:LMBCS 8812:CP/M+ 8654:Dutch 8639:Swiss 8321:CWI-2 8025:VT100 7995:Roman 7990:Ogham 7970:Inuit 7945:Greek 7831:VSCII 7821:TSCII 7771:KOI-7 7746:ISCII 7741:HKSCS 7633:ANSEL 7595:Welsh 7419:BCDIC 7407:ASCII 7368:Morse 6982:(PDF) 6218:(PDF) 6092:9 May 6045:(PDF) 5985:(PDF) 5914:(PDF) 5808:Notes 5756:when 5663:when 5589:Meta 5420:JSTOR 5406:books 5264:break 5070:reset 5064:033c 5030:break 5003:sleep 4983:while 4959:& 4951:& 4877:ESC 8 4873:ESC 7 4861:CSI s 4857:CSI u 4853:CSI s 4719:VT100 4679:S8C1T 4641:S7C1T 4537:DECRC 4532:ESC 8 4519:DECSC 4513:ESC 7 4492:VT100 3356:8-bit 2966:Cyan 2873:Blue 2681:xterm 2671:PuTTY 2631:Name 2551:90–97 2403:color 2288:color 2273:color 2267:40–47 2235:color 2220:color 2214:30–37 2054:11–19 2013:hide 1873:Note 1853:CSI m 1723:VT220 1417:xterm 1080:ESC[m 1064:1;2;3 1026:ESC _ 1006:ESC ^ 978:ESC X 953:ESC ] 930:ESC \ 905:ESC [ 882:ESC P 861:ESC O 833:ESC N 784:UTF-8 430:xterm 373:, as 321:VT100 222:bytes 94:X3.64 12504:9995 12499:9945 12494:9899 12489:9593 12484:9592 12479:9529 12474:9496 12469:9293 12464:9126 12459:8859 12454:8652 12449:8632 12444:8613 12439:7942 12434:7816 12429:7813 12424:7812 12419:7811 12414:7810 12409:6523 12404:6429 12399:5218 12394:4909 12389:2022 12384:1989 10868:-238 10772:9995 10767:9985 10762:9984 10757:9945 10752:9899 10747:9897 10737:9660 10732:9594 10722:9564 10717:9529 10712:9506 10707:9496 10702:9407 10697:9362 10692:9314 10687:9293 10682:9241 10677:9227 10672:9141 10667:9126 10662:9075 10657:9036 10647:8879 10600:-8-I 10555:8859 10545:8807 10535:8691 10530:8652 10525:8651 10520:8632 10515:8613 10510:8601 10505:8583 10500:8571 10490:8373 10485:8217 10480:8178 10475:8093 10470:8000 10465:7942 10460:7816 10455:7813 10450:7812 10445:7811 10440:7810 10435:7736 10430:7637 10418:7498 10413:7200 10408:7185 10403:7098 10398:7064 10393:7027 10388:7010 10383:7002 10378:7001 10373:6943 10368:6709 10363:6523 10358:6438 10353:6429 10348:6425 10343:6385 10338:6373 10333:6346 10328:6344 10323:6166 10318:5964 10313:5807 10308:5800 10303:5776 10298:5775 10293:5725 10288:5428 10283:5427 10278:5426 10273:5218 10268:4909 10263:4217 10258:4165 10253:4157 10248:4031 10243:3977 10238:3950 10233:3901 10228:3864 10223:3602 10218:3601 10213:3307 10208:3297 10186:3166 10181:3103 10176:3029 10171:2921 10166:2852 10161:2848 10156:2788 10151:2720 10146:2711 10141:2709 10136:2533 10131:2281 10126:2240 10121:2146 10116:2145 10111:2108 10106:2047 10101:2033 10096:2022 10091:2015 10086:2014 10081:1989 10076:1745 10071:1629 10066:1538 10061:1413 10056:1155 10041:1007 10036:1004 10031:1000 9854:68-1 9649:JSON 9597:Dart 9401:APIW 9224:TRON 9077:Cork 9048:SCSU 8971:ZX81 8966:ZX80 8961:XCCS 8891:NeXT 8871:LICS 8826:NRCS 8787:BICS 8757:1058 8752:1057 8747:1056 8742:1055 8737:1054 8732:1053 8727:1052 8601:DKOI 8557:1270 8552:1258 8547:1257 8542:1256 8537:1255 8532:1254 8527:1253 8522:1252 8517:1251 8512:1250 8502:1169 8459:1133 8454:1124 8449:1046 8444:1019 8439:1018 8434:1017 8429:1016 8424:1015 8419:1014 8414:1013 8409:1012 8404:1010 8399:1009 8394:1008 8389:1006 8296:3846 8291:1127 8286:1118 8281:1117 8276:1116 8271:1115 8266:1098 8261:1044 8256:1043 8251:1042 8246:1040 8241:1034 8005:SΓ‘mi 7691:Big5 7670:6862 7665:6438 7660:5428 7655:5427 7585:SΓ‘mi 7460:sets 7426:and 7274:2007 7229:2023 7204:2020 7178:2020 7152:2015 7131:2015 7049:2020 6993:2023 6986:IPSJ 6770:2016 6671:2024 6649:2022 6543:2020 6451:2018 6426:2022 6384:2022 6289:ISBN 6181:2021 6145:2018 6119:2022 6094:2013 6071:2013 5999:2022 5968:2011 5941:2011 5884:RGBI 5840:.lnk 5753:char 5748:SS3 5707:== 1 5680:CSI 5660:char 5639:char 5619:for 5523:Ctrl 5487:Ctrl 5483:Meta 5464:and 5392:news 5285:\033 5279:\033 5255:> 5201:< 5159:< 5108:void 5102:main 5076:In C 5036:done 5023:read 4985:true 4969:Bash 4932:make 4902:list 4889:UNIX 4730:Name 4727:Abbr 4676:ACS7 4638:ACS6 4622:Name 4619:Abbr 4593:"). 4579:0x22 4503:Name 4500:Abbr 4232:and 4230:rxvt 4218:255 4215:254 4212:253 4209:252 4206:251 4203:250 4200:249 4197:248 4194:247 4191:246 4188:245 4185:244 4182:243 4179:242 4176:241 4173:240 4170:239 4167:238 4164:237 4161:236 4158:235 4155:234 4152:233 4149:232 4135:231 4132:230 4129:229 4126:228 4123:227 4120:226 4117:225 4114:224 4111:223 4108:222 4105:221 4102:220 4099:219 4096:218 4093:217 4090:216 4087:215 4084:214 4081:213 4078:212 4075:211 4072:210 4069:209 4066:208 4063:207 4060:206 4057:205 4054:204 4051:203 4048:202 4045:201 4042:200 4039:199 4036:198 4033:197 4030:196 4025:195 4022:194 4019:193 4016:192 4013:191 4010:190 4007:189 4004:188 4001:187 3998:186 3995:185 3992:184 3989:183 3986:182 3983:181 3980:180 3977:179 3974:178 3971:177 3968:176 3965:175 3962:174 3959:173 3956:172 3953:171 3950:170 3947:169 3944:168 3941:167 3938:166 3935:165 3932:164 3929:163 3926:162 3923:161 3920:160 3915:159 3912:158 3909:157 3906:156 3903:155 3900:154 3897:153 3894:152 3891:151 3888:150 3885:149 3882:148 3879:147 3876:146 3873:145 3870:144 3867:143 3864:142 3861:141 3858:140 3855:139 3852:138 3849:137 3846:136 3843:135 3840:134 3837:133 3834:132 3831:131 3828:130 3825:129 3822:128 3819:127 3816:126 3813:125 3810:124 3805:123 3802:122 3799:121 3796:120 3793:119 3790:118 3787:117 3784:116 3781:115 3778:114 3775:113 3772:112 3769:111 3766:110 3763:109 3760:108 3757:107 3754:106 3751:105 3748:104 3745:103 3742:102 3739:101 3736:100 3379:The 2735:Red 2676:mIRC 2634:VGA 2066:βˆ’ 10 1921:dim 1870:Name 1845:CSI 1812:and 1756:and 1678:CSI 1657:Name 1654:Abbr 1651:Code 1566:CSI 1532:CSI 1500:CSI 1468:CSI 1424:CSI 1364:CSI 1356:and 1275:CSI 1243:CSI 1211:CSI 1194:CSI 1177:CSI 1160:CSI 1132:CSI 1124:Name 1121:Abbr 1118:Code 1072:1;;3 1031:0x9F 1011:0x9E 983:0x98 958:0x9D 935:0x9C 910:0x9B 887:0x90 867:0x8F 838:0x8E 824:Name 821:Abbr 815:Code 798:for 716:0x1B 693:0x0D 672:0x0C 651:0x0A 630:0x09 609:0x08 596:Bell 588:0x07 575:Name 572:Abbr 488:The 419:CP/M 361:and 352:FIPS 337:Wyse 329:Qume 302:ECMA 298:ANSI 277:tput 246:VT52 216:and 92:ANSI 86:FIPS 82:6429 74:ECMA 53:htop 12379:646 12037:IEC 11202:-20 11197:-17 11192:-14 11187:-12 11182:-11 11177:-10 10863:-28 10858:-22 10853:-21 10848:-11 10640:-16 10635:-15 10630:-14 10625:-13 10620:-12 10615:-11 10610:-10 10026:999 10021:965 10016:898 10011:860 10006:843 10001:838 9996:764 9991:732 9986:704 9981:690 9976:668 9971:657 9966:646 9934:639 9929:519 9924:518 9919:500 9914:361 9909:306 9904:302 9899:262 9894:261 9889:259 9884:233 9879:228 9874:226 9869:217 9864:216 9859:128 9847:-13 9842:-12 9837:-11 9832:-10 9701:ISO 9628:UWB 9623:NFC 9587:E4X 9521:UDF 9494:FAT 9467:VXA 9451:DLT 9446:DDS 9180:KOI 9097:OT1 9092:OMS 9087:OML 9082:LY1 9068:TeX 8881:MSX 8841:GEM 8797:CDC 8615:VTx 8611:DEC 8497:950 8491:GBK 8487:936 8482:932 8384:922 8379:921 8374:915 8369:912 8364:896 8359:895 8341:MIK 8236:951 8231:950 8226:949 8221:942 8216:936 8211:932 8206:904 8201:903 8196:899 8191:897 8186:869 8181:868 8176:867 8171:866 8166:865 8161:864 8156:863 8151:862 8146:861 8141:860 8136:859 8131:858 8126:857 8121:856 8116:855 8111:853 8106:852 8101:851 8096:850 8091:778 8086:777 8081:776 8076:775 8071:773 8066:770 8061:737 8056:720 8051:708 8046:668 8041:437 7248:. ( 6361:DEC 6339:DEC 6317:DEC 5880:CGA 5738:@^_ 5734:ESC 5721:row 5705:row 5682:row 5607:to 5521:is 5507:End 5501:is 5491:Alt 5375:by 5258:108 5180:for 5138:for 5117:int 5099:int 4963:/i' 4926:sed 4917:or 4867:or 4715:3Fp 4707:3Fp 4610:0Ft 4598:nFt 4591:2Ft 4587:2Fp 4559:ESC 4472:ESC 4444:ESC 4405:BEL 4285:ITU 3733:99 3730:98 3727:97 3724:96 3721:95 3718:94 3715:93 3712:92 3709:91 3706:90 3703:89 3700:88 3695:87 3692:86 3689:85 3686:84 3683:83 3680:82 3677:81 3674:80 3671:79 3668:78 3665:77 3662:76 3659:75 3656:74 3653:73 3650:72 3647:71 3644:70 3641:69 3638:68 3635:67 3632:66 3629:65 3626:64 3623:63 3620:62 3617:61 3614:60 3611:59 3608:58 3605:57 3602:56 3599:55 3596:54 3593:53 3590:52 3585:51 3582:50 3579:49 3576:48 3573:47 3570:46 3567:45 3564:44 3561:43 3558:42 3555:41 3552:40 3549:39 3546:38 3543:37 3540:36 3537:35 3534:34 3531:33 3528:32 3525:31 3522:30 3519:29 3516:28 3513:27 3510:26 3507:25 3504:24 3501:23 3498:22 3495:21 3492:20 3489:19 3486:18 3483:17 3480:16 3466:15 3463:14 3460:13 3457:12 3454:11 3451:10 3381:ITU 3360:As 3327:107 3291:106 3255:105 3210:104 3174:103 3135:102 3099:101 3052:100 2413:or 2411:5;n 2297:or 2295:5;n 2244:or 2242:5;n 2100:'s 1905:CGA 1818:Vim 1620:DSR 1574:SGR 1557:or 1544:HVP 1459:is 1451:is 1443:is 1411:is 1399:is 1391:is 1383:is 1321:CUP 1283:CHA 1251:CPL 1219:CNL 1202:CUB 1185:CUF 1168:CUD 1140:CUU 1090:as 1059:). 1036:APC 988:SOS 963:OSC 915:CSI 892:DCS 872:SS3 843:SS2 786:or 756:ESC 722:ESC 638:Tab 592:BEL 530:. 494:TCC 454:BEL 415:VMS 363:IEC 359:ISO 281:API 266:DC1 250:ESC 76:-48 58:SGR 12895:: 11503:-2 11498:-1 11331:-2 11289:-9 11284:-3 11172:-6 11167:-3 11162:-2 11055:-2 11050:-1 10994:-2 10605:-9 10595:-8 10590:-7 10585:-6 10580:-5 10575:-4 10570:-3 10565:-2 10560:-1 10423:-1 10201:-3 10196:-2 10191:-1 9959:-6 9954:-5 9949:-3 9944:-2 9939:-1 9827:-9 9822:-8 9817:-7 9812:-6 9807:-5 9802:-4 9797:-3 9792:-1 9787:-0 9782:31 9777:17 9772:16 9721:– 9717:– 9589:, 9573:C# 9516:FD 9145:HZ 7220:. 7195:. 7169:. 7108:. 7090:. 7086:. 7068:. 7064:. 7026:^ 7016:. 7012:. 7001:^ 6968:^ 6958:. 6938:. 6919:. 6901:. 6889:^ 6879:. 6861:. 6857:. 6839:. 6827:^ 6817:. 6709:^ 6640:. 6622:. 6609:^ 6595:. 6577:. 6559:. 6534:. 6521:^ 6511:. 6498:^ 6488:. 6470:. 6459:^ 6442:. 6401:. 6359:. 6355:. 6337:. 6333:. 6315:. 6311:. 6266:. 6230:^ 6192:^ 6183:. 6136:. 6110:. 6007:^ 5987:. 5902:^ 5762:F4 5758:F1 5700:F3 5669:F4 5665:F1 5625:F4 5621:F1 5592:8 5582:4 5572:2 5562:1 5551:1 5529:. 5517:, 5515:F9 5509:, 5324:); 5318:\n 5303:); 5246:if 5228:10 5213:++ 5204:10 5171:++ 5162:11 5062:\\ 5054:. 5007:.1 4990:do 4977:() 4875:/ 4575:2F 4567:nF 4488:Fp 4480:Fp 4462:. 4452:Fs 4432:ST 4416:. 4410:ST 4253:. 3322:97 3286:96 3250:95 3205:94 3169:93 3130:92 3094:91 3047:90 3007:47 3002:37 2962:46 2957:36 2914:45 2909:35 2869:44 2864:34 2821:43 2816:33 2776:42 2771:32 2731:41 2726:31 2701:40 2696:30 2627:BG 2622:FG 2541:75 2531:74 2518:73 2511:64 2507:60 2498:65 2488:64 2480:or 2474:63 2464:62 2456:or 2450:61 2437:60 2424:59 2418:. 2397:58 2385:55 2373:54 2360:53 2350:52 2333:51 2320:50 2307:49 2282:48 2254:39 2229:38 2202:29 2189:28 2177:27 2161:26 2148:25 2135:24 2123:23 2110:22 2089:21 2073:20 2042:10 2031:or 2029:, 2011:or 1994:or 1919:or 1885:or 1725:. 1570:m 1559:LF 1555:CR 1540:f 1527:) 1508:SD 1504:T 1495:) 1476:SU 1472:S 1432:EL 1428:K 1372:ED 1368:J 1304:) 1279:G 1270:) 1247:F 1238:) 1215:E 1198:D 1181:C 1164:B 1136:A 1016:PM 940:ST 818:C1 808:Fe 772:Fe 761:Fe 712:^[ 697:CR 689:^M 676:FF 668:^L 655:LF 647:^J 634:HT 626:^I 613:BS 605:^H 584:^G 569:C0 528:`e 472:. 466:BS 464:, 462:LF 460:, 458:CR 456:, 440:. 377:. 264:, 88:86 12022:e 12015:t 12008:v 10996:) 10992:( 9767:9 9762:7 9757:6 9752:4 9747:3 9742:2 9737:1 9693:e 9686:t 9679:v 9593:) 9585:( 9373:e 9366:t 9359:v 8824:/ 8617:) 8493:) 8489:( 7430:/ 7336:e 7329:t 7322:v 7276:. 7231:. 7206:. 7180:. 7154:. 7133:. 7112:. 7094:. 7072:. 7020:. 6995:. 6962:. 6944:. 6923:. 6905:. 6883:. 6843:. 6821:. 6803:. 6786:. 6772:. 6722:. 6703:. 6688:. 6673:. 6651:. 6626:. 6581:. 6545:. 6492:. 6453:. 6428:. 6405:. 6386:. 6363:. 6341:. 6319:. 6297:. 6270:. 6147:. 6121:. 6096:. 6073:. 6001:. 5970:. 5943:. 5729:. 5727:R 5711:? 5696:R 5688:R 5675:. 5646:. 5644:[ 5623:– 5527:β†’ 5525:+ 5505:+ 5493:+ 5489:+ 5485:+ 5442:) 5436:( 5431:) 5427:( 5417:Β· 5410:Β· 5403:Β· 5396:Β· 5369:. 5339:} 5336:; 5333:0 5327:} 5312:( 5306:} 5300:n 5297:, 5294:n 5291:, 5273:( 5267:; 5261:) 5252:n 5249:( 5243:; 5240:j 5237:+ 5234:i 5231:* 5225:= 5222:n 5219:{ 5216:) 5210:j 5207:; 5198:j 5195:; 5192:0 5189:= 5186:j 5183:( 5177:{ 5174:) 5168:i 5165:; 5156:i 5153:; 5150:0 5147:= 5144:i 5141:( 5135:; 5132:n 5129:, 5126:j 5123:, 5120:i 5114:{ 5111:) 5105:( 5042:} 5039:; 5033:; 5020:; 5009:; 5005:0 5001:; 4987:; 4980:{ 4366:: 4362:: 4358:: 4354:: 4350:: 4346:: 4338:: 4330:: 4326:: 4322:: 4318:: 4314:: 4276:; 4272:; 4264:; 4260:; 2509:– 2064:n 2022:9 2005:8 1986:7 1973:6 1960:5 1947:4 1934:3 1913:2 1896:1 1879:0 1866:n 1849:m 1847:n 1686:s 1684:n 1680:n 1637:m 1633:n 1568:n 1538:m 1534:n 1521:1 1517:n 1502:n 1489:1 1485:n 1470:n 1461:2 1457:n 1453:1 1449:n 1445:0 1441:n 1426:n 1413:3 1409:n 1401:2 1397:n 1393:1 1389:n 1385:0 1381:n 1366:n 1338:1 1334:m 1330:n 1315:m 1311:n 1298:1 1294:n 1277:n 1264:1 1260:n 1245:n 1232:1 1228:n 1213:n 1196:n 1179:n 1162:n 1153:1 1149:n 1134:n 1092:1 1088:0 1084:0 1076:0 1070:( 1068:0 452:( 262:~ 254:Y 194:e 187:t 180:v 34:. 20:)

Index

Erase Display (ANSI)
ANSI (disambiguation)

htop
SGR
ECMA
ISO/IEC
FIPS
ANSI
JIS X 0211
ISO/IEC 2022
control code
ITU T.61
ISO/IEC 8613
ITU T.101
JIS X 0207
ISO 6630
DIN 31626
ETS 300 706
v
t
e
in-band signaling
text terminals
terminal emulators
bytes
ASCII escape
bracket
VT52
Hazeltine 1500

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑