Knowledge

ANSI escape code

Source πŸ“

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

Index

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
termcap

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

↑