bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update Alacritty terminfo for version 0.6.0


From: Christian Dürr
Subject: [PATCH] Update Alacritty terminfo for version 0.6.0
Date: Wed, 25 Nov 2020 00:18:29 +0000
User-agent: Cyrus-JMAP/3.3.0-622-g4a97c0b-fm-20201115.001-g4a97c0b3

This adds the `Smulx` capability to Alacritty, since it has recently
gained support for the custom underline escapes using the colon
separator.

Currently the double underline is the only explicitly supported
underline shape, but all valid sequences should be understood and
fallback to the normal underline.

The last version also got packaged in Fedora, which might make testing
easier than having to use Arch. But it might take a while until the
latest version is packaged.

To my knowledge, there have been no other changes to the issues already
documented.
---
 misc/terminfo.src | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/terminfo.src b/misc/terminfo.src
index 47a09deb..e1ebde1b 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -7034,6 +7034,7 @@ terminology|EFL-based terminal emulator,
 
 #### Alacritty
 # https://github.com/jwilm/alacritty
+# Version 0.6.0 (2020/11/25)
 # Version 0.4.0 (2019/11/25)
 # Version 0.3.3 (2019/08/03)
 # Version 0.2.1 (2018/10/03)
@@ -7093,6 +7094,7 @@ alacritty-direct|alacritty with direct color indexing,
 alacritty+common|base fragment for alacritty,
        km@, npc,
        kb2=\EOE, kbs=^?, kcbt=\E[Z, kent=\EOM, Se=\E[0 q,
+    Smulx=\E[4\:%p1%dm,
        use=ecma+index, use=xterm+sm+1006, use=xterm-basic,
        use=xterm+app, use=ansi+rep, use=xterm+tmux,
        use=ecma+strikeout, use=xterm+sl-twm, use=ecma+italics,
-- 
2.29.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]