diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-11-30 11:22:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 11:22:12 -0500 |
| commit | d62bbe24cbe5311ce595d73a0c40dc87af989666 (patch) | |
| tree | e1e349245af86e56f46b4c032fe538b045e17158 /scripts | |
| parent | 8c1327a62245c0b5ecc0c5f3795911b75144d5a0 (diff) | |
fix(tui): enable vtpcon strikethrough feature #36762
Problem:
Strikethrough was not enabled for vtpcon thus preventing strikethrough
text from being shown.
Solution:
Update `windows.ti`.
Co-authored-by: ymich9963 <gmichael834@gmail.com>
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/windows.ti | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/windows.ti b/scripts/windows.ti index a4916a9830..38895cbd7b 100644 --- a/scripts/windows.ti +++ b/scripts/windows.ti @@ -56,7 +56,9 @@ vtpcon|ANSI emulation for console virtual terminal sequence with libuv, kf55@, kf56@, kf57@, kf58@, kf59@, kf60@, kf61@, kf62@, kf63@, kmous@, mc0@, mc4@, mc5@, meml@, memu@, oc@, rmam@, rmcup=\E[?1049l, smcup=\E[?1049h, rmir@, rmkx@, rmm@, rs1@, rs2@, - sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p6%t;1%;m, + smxx=\E[9m, + rmxx=\E[29m, + sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p6%t;1%;%?%p9%t;9%;m, sgr0=\E[0m, smam@, smglp@, smgrp@, smglr@, smir@, smkx@, smm@, tbc@, u6@, u7@, u8@, u9@, Cr@, Cs@, Ms@, XM@, kDC3@, kDC4@, kDC5@, kDC6@, kDC7@, kDN@, kDN3@, kDN4@, kDN5@, kDN6@, kDN7@, @@ -67,5 +69,5 @@ vtpcon|ANSI emulation for console virtual terminal sequence with libuv, kNXT3@, kNXT4@, kNXT5@, kNXT6@, kNXT7@, kPRV3@, kPRV4@, kPRV5@, kPRV6@, kPRV7@, kRIT3@, kRIT4@, kRIT5@, kRIT6@, kRIT7@, - kUP3@, kUP4@, kUP5@, kUP6@, kUP7@, rmxx@, smxx@, xm@, + kUP3@, kUP4@, kUP5@, kUP6@, kUP7@, xm@, use=libuv+basekey, use=libuv+exkey, use=xterm+256color, use=xterm+sl, use=xterm-new, |
