// Generated automatically. DO NOT HAND-EDIT.package alacrittyimportfunc init() {// alacritty with direct color indexingterminfo.AddTerminfo(&terminfo.Terminfo{Name: "alacritty-direct",Columns: 80,Lines: 24,Colors: 16777216,Clear: "\x1b[H\x1b[2J",EnterCA: "\x1b[?1049h\x1b[22;0;0t",ExitCA: "\x1b[?1049l\x1b[23;0;0t",ShowCursor: "\x1b[?12l\x1b[?25h",HideCursor: "\x1b[?25l",AttrOff: "\x1b(B\x1b[m",Underline: "\x1b[4m",Bold: "\x1b[1m",Dim: "\x1b[2m",Italic: "\x1b[3m",Reverse: "\x1b[7m",EnterKeypad: "\x1b[?1h\x1b=",ExitKeypad: "\x1b[?1l\x1b>",SetFg: "\x1b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m",SetBg: "\x1b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m",SetFgBg: "\x1b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;;%?%p2%{8}%<%t4%p2%d%e%p2%{16}%<%t10%p2%{8}%-%d%e48;5;%p2%d%;m",ResetFgBg: "\x1b[39;49m",AltChars: "``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~",EnterAcs: "\x1b(0",ExitAcs: "\x1b(B",StrikeThrough: "\x1b[9m",Mouse: "\x1b[M",SetCursor: "\x1b[%i%p1%d;%p2%dH",TrueColor: true,AutoMargin: true, })}
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.