.. _windowsterminal: WindowsTerminal --------------- Tested Software version 1.24.11321.0 on Windows. Full results available at ucs-detect_ repository path `data/terminalexe.yaml `_. .. _windowsterminalscores: Score Breakdown +++++++++++++++ Detailed breakdown of how scores are calculated for *WindowsTerminal*: .. table:: :class: sphinx-datatable === ============================================ =========== ==================== # Score Type Raw Score Final Scaled Score === ============================================ =========== ==================== 1 :ref:`WIDE ` 93.87% 91.3% 2 :ref:`NARROW ` 100.00% 100.0% 3 :ref:`ZWJ ` 100.00% 100.0% 4 :ref:`LANG ` 98.30% 98.3% 5 :ref:`VS16 ` 100.00% 100.0% 6 :ref:`VS15 ` 0.00% *(excluded)* 7 :ref:`SRI ` 0.00% 0.0% 8 :ref:`SFZ ` 0.00% 0.0% 9 :ref:`RI ` 100.00% 100.0% 10 :ref:`FEAT ` 43.75% 46.7% 11 :ref:`Graphics ` 50% 50.0% 12 :ref:`Resources ` N/A N/A === ============================================ =========== ==================== **Score Comparison Plot:** The following plot shows how this terminal's scores compare to all other terminals tested. .. figure:: ../_static/plots/windowsterminal_scores_scaled.png :align: center :width: 800px Scaled scores comparison across all metrics (normalized 0-100%) **Final Scaled Score Calculation:** - Raw Final Score: 72.10% (weighted average: WIDE + NARROW + ZWJ + LANG + VS16 + 0.33 * SRI + 0.33 * SFZ + RI + CAP + 0.5 * GFX + 0.5 * RSC) the categorized 'average' absolute support level of this terminal. .. note:: RSC (Resources) is a composite CPU, memory, and runtime score. RSC is weighted at 0.5 (half as powerful as other metrics). FEAT (Features) is the fraction of notable features supported. GFX (Graphics) scores 100% for modern protocols (iTerm2, Kitty), 50% for legacy only (Sixel, ReGIS), 0% for none. - Final Scaled Score: 62.5% (normalized across all terminals tested). *Final Scaled scores* are normalized (0-100%) relative to all terminals tested **WIDE Score Details:** Wide character support calculation: - Total successful codepoints: 475 - Total codepoints tested: 506 - Formula: 475 / 506 - Result: 93.87% **NARROW Score Details:** Narrow character support calculation: - Total successful codepoints: 187 - Total codepoints tested: 187 - Formula: 187 / 187 - Result: 100.00% **ZWJ Score Details:** Emoji ZWJ (Zero-Width Joiner) support calculation: - Total successful sequences: 1445 - Total sequences tested: 1445 - Formula: 1445 / 1445 - Result: 100.00% **VS16 Score Details:** Variation Selector-16 support calculation: - Errors: 0 of 426 codepoints tested - Success rate: 100.0% - Formula: 100.0 / 100 - Result: 100.00% **VS15 Score Details** *(excluded from final score)*: Variation Selector-15 support calculation: - Errors: 158 of 158 codepoints tested - Success rate: 0.0% - Formula: 0.0 / 100 - Result: 0.00% **SRI Score Details:** Standalone Regional Indicator support calculation: - Total successful codepoints: 0 - Total codepoints tested: 26 - Formula: 0 / 26 - Result: 0.00% **SFZ Score Details:** Standalone Fitzpatrick skin tone modifier support calculation: - Total successful codepoints: 0 - Total codepoints tested: 5 - Formula: 0 / 5 - Result: 0.00% **RI Score Details:** Regional Indicator flag sequence support calculation: - Total successful sequences: 262 - Total sequences tested: 262 - Formula: 262 / 262 - Result: 100.00% .. _windowsterminalfeaturesdetails: **Features Score Details:** Notable terminal features (7.0 / 16): - :ref:`Set bracketed paste mode (2004) `: **yes** - :ref:`Synchronized Output (2026) `: **yes** - :ref:`Send FocusIn/FocusOut events (1004) `: **yes** - :ref:`Enable SGR Mouse Mode (1006) `: **yes** - :ref:`Grapheme Clustering (2027) `: **yes** - :ref:`Bracketed Paste MIME (5522) `: **no** - :ref:`Kitty Keyboard `: **no** - :ref:`XTGETTCAP `: **no** - :ref:`Text Sizing (OSC 66) `: **no** - :ref:`Kitty Clipboard Protocol `: **no** - :ref:`OSC 52 Clipboard `: **yes** - :ref:`Kitty Pointer Shapes (OSC 22) `: **no** - :ref:`Kitty Notifications (OSC 99) `: **no** - :ref:`Color Report (OSC 10/11) `: **yes** - :ref:`Terminal Identification `: **no** - :ref:`Truecolor Detection `: **no** Raw score: 43.75% **Graphics Score Details:** Graphics protocol support (50%): - Sixel: **yes** - ReGIS: **no** - iTerm2: **no** - Kitty: **no** Scoring: 100% for modern (iTerm2/Kitty), 50% for legacy only (Sixel/ReGIS), 0% for none **Resource Score Details:** Resource profiling data not available. **LANG Score Details (Geometric Mean):** Geometric mean calculation: - Formula: (p₁ × p₂ × ... × pₙ)^(1/n) where n = 85 languages - About `geometric mean `_ - Result: 98.30% .. _windowsterminalwide: Wide character support ++++++++++++++++++++++ Wide character support of *WindowsTerminal* is **93.9%** (31 errors of 506 codepoints tested). Sequence of a WIDE character, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ================================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ================================== 1 `U+0001F1F5 `_ '\\U0001f1f5' So 2 REGIONAL INDICATOR SYMBOL LETTER P === ================================================= ============= ========== ========= ================================== Total codepoints: 1 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x87\xb5|\\n12|\\n" 🇵| 12| - See Line 42373 of `ucs_wide.txt `_ for this sequence in the example file. - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 1. .. _windowsterminalnarrow: Narrow character support ++++++++++++++++++++++++ Narrow character support of *WindowsTerminal* is **100.0%** (0 errors of 187 codepoints tested). .. _windowsterminalzwj: Emoji ZWJ support +++++++++++++++++ Compatibility of *WindowsTerminal* with the Unicode Emoji ZWJ sequence table is **100.0%** (0 errors of 1445 sequences tested). .. _windowsterminalvs16: Variation Selector-16 support +++++++++++++++++++++++++++++ Emoji VS-16 results for *WindowsTerminal* is 0 errors out of 426 total codepoints tested, 100.0% success. All codepoint combinations with Variation Selector-16 tested were successful. .. _windowsterminalvs15: Variation Selector-15 support +++++++++++++++++++++++++++++ Emoji VS-15 results for *WindowsTerminal* is 158 errors out of 158 total codepoints tested, 0.0% success. Sequence of a WIDE Emoji made NARROW by *Variation Selector-15*, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ===================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ===================== 1 `U+0001F3AE `_ '\\U0001f3ae' So 2 VIDEO GAME 2 `U+FE0E `_ '\\ufe0e' Mn 0 VARIATION SELECTOR-15 === ================================================= ============= ========== ========= ===================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x8e\xae\xef\xb8\x8e|\\n1|\\n" 🎮︎| 1| - python `wcwidth.wcswidth()`_ measures width 1, while *WindowsTerminal* measures width 2. .. _windowsterminalsri: Standalone Regional Indicator support +++++++++++++++++++++++++++++++++++++ Standalone Regional Indicator support of *WindowsTerminal* is **0.0%** (26 errors of 26 codepoints tested). Sequence of a standalone Regional Indicator, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ================================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ================================== 1 `U+0001F1F3 `_ '\\U0001f1f3' So 2 REGIONAL INDICATOR SYMBOL LETTER N === ================================================= ============= ========== ========= ================================== Total codepoints: 1 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x87\xb3|\\n12|\\n" 🇳| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 1. .. _windowsterminalsfz: Standalone Fitzpatrick modifier support +++++++++++++++++++++++++++++++++++++++ Standalone Fitzpatrick skin tone modifier support of *WindowsTerminal* is **0.0%** (5 errors of 5 codepoints tested). Sequence of a standalone Fitzpatrick modifier, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ================================= # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ================================= 1 `U+0001F3FD `_ '\\U0001f3fd' Sk 2 EMOJI MODIFIER FITZPATRICK TYPE-4 === ================================================= ============= ========== ========= ================================= Total codepoints: 1 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x8f\xbd|\\n12|\\n" 🏽| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 1. .. _windowsterminalri: Regional Indicator flag sequence support ++++++++++++++++++++++++++++++++++++++++ Regional Indicator flag sequence support of *WindowsTerminal* is **100.0%** (0 errors of 262 sequences tested). .. _windowsterminalgraphics: Graphics Protocol Support +++++++++++++++++++++++++ *WindowsTerminal* supports the following graphics protocols: Sixel_. **Detection Methods:** - **Sixel** and **ReGIS**: Detected via the Device Attributes (DA1) query ``CSI c`` (``\x1b[c``). Extension code ``4`` indicates Sixel_ support, ``3`` ReGIS_. - **Kitty graphics**: Detected by sending a Kitty graphics query and checking for an ``OK`` response. - **iTerm2 inline images**: Detected via the iTerm2 capabilities query ``OSC 1337 ; Capabilities``. **Device Attributes Response:** - Extensions reported: 4, 6, 7, 14, 21, 22, 23, 24, 28, 32, 42, 52 - Sixel_ indicator (``4``): present - ReGIS_ indicator (``3``): not present .. _Sixel: https://en.wikipedia.org/wiki/Sixel .. _ReGIS: https://en.wikipedia.org/wiki/ReGIS .. _`iTerm2 inline images`: https://iterm2.com/documentation-images.html .. _windowsterminallang: Language Support ++++++++++++++++ The following 75 languages were tested with 100% success: Aja, Amarakaeri, Arabic, Standard, Assyrian Neo-Aramaic, Baatonum, Bamun, Belanda Viri, Bhojpuri, Bora, Burmese, Catalan (2), Chickasaw, Chinantec, Chiltepec, Dagaare, Southern, Dari, Dendi, Dinka, Northeastern, Dzongkha, Evenki, Farsi, Western, Fon, French (Welche), Fur, Ga, Gen, Gilyak, Gujarati, Gumuz, Hindi, Kabyle, Kannada, Lamnso', Lao, Lingala (tones), Magahi, Maithili, Maldivian, Maori (2), Mazahua Central, Mòoré, Nanai, Navajo, Nepali, Orok, Otomi, Mezquital, Panjabi, Eastern, Panjabi, Western, Pashto, Northern, Picard, Pular (Adlam), Sanskrit, Secoya, Seraiki, Shan, Shipibo-Conibo, Sinhala, Siona, South Azerbaijani, Tagalog (Tagalog), Tai Dam, Tamang, Eastern, Tamazight, Central Atlas, Tamil, Telugu, Tem, Thai, Thai (2), Tibetan, Central, Ticuna, Uduk, Urdu (2), Vietnamese, Yaneshaʼ, Yiddish, Eastern, Yoruba. The following 10 languages are not fully supported: .. table:: :class: sphinx-datatable ================================================================ ========== ========= ============= lang n_errors n_total pct_success ================================================================ ========== ========= ============= :ref:`Javanese (Javanese) ` 287 488 41.2% :ref:`Khmer, Central ` 84 390 78.5% :ref:`Sanskrit (Grantha) ` 22 237 90.7% :ref:`Malayalam ` 29 382 92.4% :ref:`Chakma ` 13 225 94.2% :ref:`Urdu ` 1 23 95.7% :ref:`Mon ` 4 208 98.1% :ref:`Marathi ` 1 103 99.0% :ref:`Khün ` 3 354 99.2% :ref:`Bengali ` 2 335 99.4% ================================================================ ========== ========= ============= .. _windowsterminallangjavanesejavanese: Javanese (Javanese) ^^^^^^^^^^^^^^^^^^^ Sequence of language *Javanese (Javanese)* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ================== 1 `U+A98F `_ '\\ua98f' Lo 1 JAVANESE LETTER KA 2 `U+A9C0 `_ '\\ua9c0' Mc 0 JAVANESE PANGKON 3 `U+A98F `_ '\\ua98f' Lo 1 JAVANESE LETTER KA === ========================================= ========= ========== ========= ================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xea\xa6\x8f\xea\xa7\x80\xea\xa6\x8f|\\n12|\\n" ꦏ꧀ꦏ| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangkhmercentral: Khmer, Central ^^^^^^^^^^^^^^ Sequence of language *Khmer, Central* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =================== 1 `U+1780 `_ '\\u1780' Lo 1 KHMER LETTER KA 2 `U+17D2 `_ '\\u17d2' Mn 0 KHMER SIGN COENG 3 `U+178A `_ '\\u178a' Lo 1 KHMER LETTER DA 4 `U+17C5 `_ '\\u17c5' Mc 0 KHMER VOWEL SIGN AU === ========================================= ========= ========== ========= =================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\x9e\x80\xe1\x9f\x92\xe1\x9e\x8a\xe1\x9f\x85|\\n12|\\n" ក្ដៅ| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangsanskritgrantha: Sanskrit (Grantha) ^^^^^^^^^^^^^^^^^^ Sequence of language *Sanskrit (Grantha)* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= =================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= =================== 1 `U+00011315 `_ '\\U00011315' Lo 1 GRANTHA LETTER KA 2 `U+0001134D `_ '\\U0001134d' Mc 0 GRANTHA SIGN VIRAMA === ================================================= ============= ========== ========= =================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x91\x8c\x95\xf0\x91\x8d\x8d|\\n1|\\n" 𑌕𑍍| 1| - python `wcwidth.wcswidth()`_ measures width 1, while *WindowsTerminal* measures width 2. .. _windowsterminallangmalayalam: Malayalam ^^^^^^^^^ Sequence of language *Malayalam* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ====================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ====================== 1 `U+0D28 `_ '\\u0d28' Lo 1 MALAYALAM LETTER NA 2 `U+0D4D `_ '\\u0d4d' Mn 0 MALAYALAM SIGN VIRAMA 3 `U+200D `_ '\\u200d' Cf 0 ZERO WIDTH JOINER 4 `U+0D2A `_ '\\u0d2a' Lo 1 MALAYALAM LETTER PA 5 `U+0D3F `_ '\\u0d3f' Mc 0 MALAYALAM VOWEL SIGN I === ========================================= ========= ========== ========= ====================== Total codepoints: 5 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xb4\xa8\xe0\xb5\x8d\xe2\x80\x8d\xe0\xb4\xaa\xe0\xb4\xbf|\\n12|\\n" ന്‍പി| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangchakma: Chakma ^^^^^^ Sequence of language *Chakma* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= =================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= =================== 1 `U+00011107 `_ '\\U00011107' Lo 1 CHAKMA LETTER KAA 2 `U+00011133 `_ '\\U00011133' Mn 0 CHAKMA VIRAMA 3 `U+00011120 `_ '\\U00011120' Lo 1 CHAKMA LETTER YYAA 4 `U+0001112C `_ '\\U0001112c' Mc 0 CHAKMA VOWEL SIGN E === ================================================= ============= ========== ========= =================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x91\x84\x87\xf0\x91\x84\xb3\xf0\x91\x84\xa0\xf0\x91\x84\xac|\\n12|\\n" 𑄇𑄳𑄠𑄬| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangurdu: Urdu ^^^^ Sequence of language *Urdu* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =============================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =============================== 1 `U+0601 `_ '\\u0601' Cf 1 ARABIC SIGN SANAH 2 `U+06F1 `_ '\\u06f1' Nd 1 EXTENDED ARABIC-INDIC DIGIT ONE === ========================================= ========= ========== ========= =============================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xd8\x81\xdb\xb1|\\n12|\\n" ؁۱| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 1. .. _windowsterminallangmon: Mon ^^^ Sequence of language *Mon* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ==================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ==================== 1 `U+1012 `_ '\\u1012' Lo 1 MYANMAR LETTER DA 2 `U+1039 `_ '\\u1039' Mn 0 MYANMAR SIGN VIRAMA 3 `U+1002 `_ '\\u1002' Lo 1 MYANMAR LETTER GA 4 `U+1031 `_ '\\u1031' Mc 0 MYANMAR VOWEL SIGN E === ========================================= ========= ========== ========= ==================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\x80\x92\xe1\x80\xb9\xe1\x80\x82\xe1\x80\xb1|\\n12|\\n" ဒ္ဂေ| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangmarathi: Marathi ^^^^^^^ Sequence of language *Marathi* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================== 1 `U+0930 `_ '\\u0930' Lo 1 DEVANAGARI LETTER RA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+200D `_ '\\u200d' Cf 0 ZERO WIDTH JOINER 4 `U+092F `_ '\\u092f' Lo 1 DEVANAGARI LETTER YA 5 `U+093E `_ '\\u093e' Mc 0 DEVANAGARI VOWEL SIGN AA === ========================================= ========= ========== ========= ======================== Total codepoints: 5 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\xb0\xe0\xa5\x8d\xe2\x80\x8d\xe0\xa4\xaf\xe0\xa4\xbe|\\n12|\\n" र्‍या| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangkhn: Khün ^^^^ Sequence of language *Khün* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =========================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =========================== 1 `U+1A2F `_ '\\u1a2f' Lo 1 TAI THAM LETTER DA 2 `U+1A60 `_ '\\u1a60' Mn 0 TAI THAM SIGN SAKOT 3 `U+1A45 `_ '\\u1a45' Lo 1 TAI THAM LETTER WA 4 `U+1A60 `_ '\\u1a60' Mn 0 TAI THAM SIGN SAKOT 5 `U+1A3F `_ '\\u1a3f' Lo 1 TAI THAM LETTER LOW YA 6 `U+1A62 `_ '\\u1a62' Mn 0 TAI THAM VOWEL SIGN MAI SAT === ========================================= ========= ========== ========= =========================== Total codepoints: 6 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\xa8\xaf\xe1\xa9\xa0\xe1\xa9\x85\xe1\xa9\xa0\xe1\xa8\xbf\xe1\xa9\xa2|\\n12|\\n" ᨯ᩠ᩅ᩠ᨿᩢ| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminallangbengali: Bengali ^^^^^^^ Sequence of language *Bengali* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ===================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ===================== 1 `U+09A4 `_ '\\u09a4' Lo 1 BENGALI LETTER TA 2 `U+09CD `_ '\\u09cd' Mn 0 BENGALI SIGN VIRAMA 3 `U+200D `_ '\\u200d' Cf 0 ZERO WIDTH JOINER 4 `U+09AA `_ '\\u09aa' Lo 1 BENGALI LETTER PA 5 `U+09C0 `_ '\\u09c0' Mc 0 BENGALI VOWEL SIGN II === ========================================= ========= ========== ========= ===================== Total codepoints: 5 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa6\xa4\xe0\xa7\x8d\xe2\x80\x8d\xe0\xa6\xaa\xe0\xa7\x80|\\n12|\\n" ত্‍পী| 12| - python `wcwidth.wcswidth()`_ measures width 2, while *WindowsTerminal* measures width 3. .. _windowsterminaldecmodes: DEC Private Modes Support +++++++++++++++++++++++++ DEC private modes results for *WindowsTerminal*: 4 changeable modes of 5 supported out of 8 total modes tested (62.5% support, 50.0% changeable). Complete list of DEC private modes tested: .. table:: :class: sphinx-datatable ====== ===================== =================================== =========== ============ ========= Mode Name Description Supported Changeable Enabled ====== ===================== =================================== =========== ============ ========= 1004 FOCUS_IN_OUT_EVENTS Send FocusIn/FocusOut events Yes Yes Yes 1006 MOUSE_EXTENDED_SGR Enable SGR Mouse Mode Yes Yes No 2004 BRACKETED_PASTE Set bracketed paste mode Yes Yes No 2026 SYNCHRONIZED_OUTPUT Synchronized Output Yes Yes No 2027 GRAPHEME_CLUSTERING Grapheme Clustering Yes No Yes 2031 COLOR_PALETTE_UPDATES Color palette updates No No No 2048 IN_BAND_WINDOW_RESIZE In-Band Window Resize Notifications No No No 5522 BRACKETED_PASTE_MIME Bracketed Paste MIME No No No ====== ===================== =================================== =========== ============ ========= **Summary**: 4 changeable, 4 not changeable. .. _windowsterminalkittykbd: Kitty Keyboard Protocol +++++++++++++++++++++++ *WindowsTerminal* does not support the `Kitty keyboard protocol`_. .. _`Kitty keyboard protocol`: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ .. _windowsterminalxtgettcap: XTGETTCAP (Terminfo Capabilities) +++++++++++++++++++++++++++++++++ *WindowsTerminal* does not support the ``XTGETTCAP`` sequence. .. _windowsterminaltextsizing: Text Sizing Protocol (OSC 66) +++++++++++++++++++++++++++++ *WindowsTerminal* does not support the `Text Sizing protocol`_. .. _`Text Sizing protocol`: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/ .. _windowsterminaltruecolor: Truecolor Support +++++++++++++++++ *WindowsTerminal* supports 24-bit truecolor (16777216 colors), but is **not detectable** by XTGETTCAP, DECRQSS, or COLORTERM methods. - XTGETTCAP (RGB capability): **no** - DECRQSS (truecolor probe): **no** - COLORTERM: **N/A** .. _windowsterminalosc52: OSC 52 Clipboard Support ++++++++++++++++++++++++ *WindowsTerminal* supports OSC 52 clipboard operations (detected via DA1 extension 52). - DA1 extension 52: **yes** - XTGETTCAP Ms: **no** .. _windowsterminalidentification: Terminal Identification +++++++++++++++++++++++ *WindowsTerminal* could not be identified via XTVERSION, XTGETTCAP TN, ENQ, or TERM_PROGRAM. - XTVERSION: **no** - XTGETTCAP TN: **no** - ENQ: **no** - TERM_PROGRAM: **no** - TERM: **no** .. _windowsterminalreproduce: Reproduction ++++++++++++ To reproduce these results for *WindowsTerminal*, install and run ucs-detect_ with the following commands:: uvx ucs-detect --rerun data/terminalexe.yaml .. _windowsterminaltime: .. _windowsterminalresources: Test Performance ++++++++++++++++ Performance data for *WindowsTerminal* is not available. .. _`printf(1)`: https://www.man7.org/linux/man-pages/man1/printf.1.html .. _`wcwidth.wcswidth()`: https://wcwidth.readthedocs.io/en/latest/intro.html .. _`ucs-detect`: https://github.com/jquast/ucs-detect .. _`ttyscan`: https://github.com/jquast/ttyscan .. _`DEC Private Modes`: https://blessed.readthedocs.io/en/latest/dec_modes.html .. _`OSC 52`: https://dev.to/djmitche/clipboards-terminals-and-linux-3pk5 .. _`XTGETTCAP`: https://codeberg.org/dnkl/foot#xtgettcap .. _`Truecolor`: https://github.com/termstandard/colors/blob/master/README.md .. _`Kitty graphics`: https://sw.kovidgoyal.net/kitty/graphics-protocol/