gemini-browser

A text-based gemini browser
git clone git://git.laack.co/gemini-browser.git
Log | Files | Refs | README

term.go (4447B)


      1 // Generated automatically.  DO NOT HAND-EDIT.
      2 
      3 package tmux
      4 
      5 import "github.com/gdamore/tcell/v2/terminfo"
      6 
      7 func init() {
      8 
      9 	// tmux terminal multiplexer
     10 	terminfo.AddTerminfo(&terminfo.Terminfo{
     11 		Name:            "tmux",
     12 		Columns:         80,
     13 		Lines:           24,
     14 		Colors:          8,
     15 		Bell:            "\a",
     16 		Clear:           "\x1b[H\x1b[J",
     17 		EnterCA:         "\x1b[?1049h",
     18 		ExitCA:          "\x1b[?1049l",
     19 		ShowCursor:      "\x1b[34h\x1b[?25h",
     20 		HideCursor:      "\x1b[?25l",
     21 		AttrOff:         "\x1b[m\x0f",
     22 		Underline:       "\x1b[4m",
     23 		Bold:            "\x1b[1m",
     24 		Dim:             "\x1b[2m",
     25 		Italic:          "\x1b[3m",
     26 		Blink:           "\x1b[5m",
     27 		Reverse:         "\x1b[7m",
     28 		EnterKeypad:     "\x1b[?1h\x1b=",
     29 		ExitKeypad:      "\x1b[?1l\x1b>",
     30 		SetFg:           "\x1b[3%p1%dm",
     31 		SetBg:           "\x1b[4%p1%dm",
     32 		SetFgBg:         "\x1b[3%p1%d;4%p2%dm",
     33 		ResetFgBg:       "\x1b[39;49m",
     34 		PadChar:         "\x00",
     35 		AltChars:        "++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~",
     36 		EnterAcs:        "\x0e",
     37 		ExitAcs:         "\x0f",
     38 		EnableAcs:       "\x1b(B\x1b)0",
     39 		StrikeThrough:   "\x1b[9m",
     40 		Mouse:           "\x1b[M",
     41 		SetCursor:       "\x1b[%i%p1%d;%p2%dH",
     42 		CursorBack1:     "\b",
     43 		CursorUp1:       "\x1bM",
     44 		KeyUp:           "\x1bOA",
     45 		KeyDown:         "\x1bOB",
     46 		KeyRight:        "\x1bOC",
     47 		KeyLeft:         "\x1bOD",
     48 		KeyInsert:       "\x1b[2~",
     49 		KeyDelete:       "\x1b[3~",
     50 		KeyBackspace:    "\x7f",
     51 		KeyHome:         "\x1b[1~",
     52 		KeyEnd:          "\x1b[4~",
     53 		KeyPgUp:         "\x1b[5~",
     54 		KeyPgDn:         "\x1b[6~",
     55 		KeyF1:           "\x1bOP",
     56 		KeyF2:           "\x1bOQ",
     57 		KeyF3:           "\x1bOR",
     58 		KeyF4:           "\x1bOS",
     59 		KeyF5:           "\x1b[15~",
     60 		KeyF6:           "\x1b[17~",
     61 		KeyF7:           "\x1b[18~",
     62 		KeyF8:           "\x1b[19~",
     63 		KeyF9:           "\x1b[20~",
     64 		KeyF10:          "\x1b[21~",
     65 		KeyF11:          "\x1b[23~",
     66 		KeyF12:          "\x1b[24~",
     67 		KeyBacktab:      "\x1b[Z",
     68 		Modifiers:       1,
     69 		AutoMargin:      true,
     70 		DoubleUnderline: "\x1b[4:2m",
     71 		CurlyUnderline:  "\x1b[4:3m",
     72 		DottedUnderline: "\x1b[4:4m",
     73 		DashedUnderline: "\x1b[4:5m",
     74 	})
     75 
     76 	// tmux with 256 colors
     77 	terminfo.AddTerminfo(&terminfo.Terminfo{
     78 		Name:            "tmux-256color",
     79 		Columns:         80,
     80 		Lines:           24,
     81 		Colors:          256,
     82 		Bell:            "\a",
     83 		Clear:           "\x1b[H\x1b[J",
     84 		EnterCA:         "\x1b[?1049h",
     85 		ExitCA:          "\x1b[?1049l",
     86 		ShowCursor:      "\x1b[34h\x1b[?25h",
     87 		HideCursor:      "\x1b[?25l",
     88 		AttrOff:         "\x1b[m\x0f",
     89 		Underline:       "\x1b[4m",
     90 		Bold:            "\x1b[1m",
     91 		Dim:             "\x1b[2m",
     92 		Italic:          "\x1b[3m",
     93 		Blink:           "\x1b[5m",
     94 		Reverse:         "\x1b[7m",
     95 		EnterKeypad:     "\x1b[?1h\x1b=",
     96 		ExitKeypad:      "\x1b[?1l\x1b>",
     97 		SetFg:           "\x1b[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m",
     98 		SetBg:           "\x1b[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m",
     99 		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",
    100 		ResetFgBg:       "\x1b[39;49m",
    101 		PadChar:         "\x00",
    102 		AltChars:        "++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~",
    103 		EnterAcs:        "\x0e",
    104 		ExitAcs:         "\x0f",
    105 		EnableAcs:       "\x1b(B\x1b)0",
    106 		StrikeThrough:   "\x1b[9m",
    107 		Mouse:           "\x1b[M",
    108 		SetCursor:       "\x1b[%i%p1%d;%p2%dH",
    109 		CursorBack1:     "\b",
    110 		CursorUp1:       "\x1bM",
    111 		KeyUp:           "\x1bOA",
    112 		KeyDown:         "\x1bOB",
    113 		KeyRight:        "\x1bOC",
    114 		KeyLeft:         "\x1bOD",
    115 		KeyInsert:       "\x1b[2~",
    116 		KeyDelete:       "\x1b[3~",
    117 		KeyBackspace:    "\x7f",
    118 		KeyHome:         "\x1b[1~",
    119 		KeyEnd:          "\x1b[4~",
    120 		KeyPgUp:         "\x1b[5~",
    121 		KeyPgDn:         "\x1b[6~",
    122 		KeyF1:           "\x1bOP",
    123 		KeyF2:           "\x1bOQ",
    124 		KeyF3:           "\x1bOR",
    125 		KeyF4:           "\x1bOS",
    126 		KeyF5:           "\x1b[15~",
    127 		KeyF6:           "\x1b[17~",
    128 		KeyF7:           "\x1b[18~",
    129 		KeyF8:           "\x1b[19~",
    130 		KeyF9:           "\x1b[20~",
    131 		KeyF10:          "\x1b[21~",
    132 		KeyF11:          "\x1b[23~",
    133 		KeyF12:          "\x1b[24~",
    134 		KeyBacktab:      "\x1b[Z",
    135 		Modifiers:       1,
    136 		AutoMargin:      true,
    137 		DoubleUnderline: "\x1b[4:2m",
    138 		CurlyUnderline:  "\x1b[4:3m",
    139 		DottedUnderline: "\x1b[4:4m",
    140 		DashedUnderline: "\x1b[4:5m",
    141 	})
    142 }