summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/gdamore/encoding/LICENSE202
-rw-r--r--vendor/github.com/gdamore/encoding/README.md19
-rw-r--r--vendor/github.com/gdamore/encoding/ascii.go36
-rw-r--r--vendor/github.com/gdamore/encoding/charmap.go196
-rw-r--r--vendor/github.com/gdamore/encoding/doc.go17
-rw-r--r--vendor/github.com/gdamore/encoding/ebcdic.go273
-rw-r--r--vendor/github.com/gdamore/encoding/go.mod5
-rw-r--r--vendor/github.com/gdamore/encoding/go.sum2
-rw-r--r--vendor/github.com/gdamore/encoding/latin1.go33
-rw-r--r--vendor/github.com/gdamore/encoding/latin5.go35
-rw-r--r--vendor/github.com/gdamore/encoding/utf8.go35
-rw-r--r--vendor/github.com/gdamore/tcell/v2/.gitignore1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/AUTHORS4
-rw-r--r--vendor/github.com/gdamore/tcell/v2/CHANGESv2.adoc82
-rw-r--r--vendor/github.com/gdamore/tcell/v2/LICENSE202
-rw-r--r--vendor/github.com/gdamore/tcell/v2/README.adoc280
-rw-r--r--vendor/github.com/gdamore/tcell/v2/TUTORIAL.adoc325
-rw-r--r--vendor/github.com/gdamore/tcell/v2/attr.go33
-rw-r--r--vendor/github.com/gdamore/tcell/v2/cell.go177
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_stub.go21
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_unix.go49
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_windows.go21
-rw-r--r--vendor/github.com/gdamore/tcell/v2/color.go1069
-rw-r--r--vendor/github.com/gdamore/tcell/v2/colorfit.go52
-rw-r--r--vendor/github.com/gdamore/tcell/v2/console_stub.go23
-rw-r--r--vendor/github.com/gdamore/tcell/v2/console_win.go1187
-rw-r--r--vendor/github.com/gdamore/tcell/v2/doc.go48
-rw-r--r--vendor/github.com/gdamore/tcell/v2/encoding.go139
-rw-r--r--vendor/github.com/gdamore/tcell/v2/errors.go73
-rw-r--r--vendor/github.com/gdamore/tcell/v2/event.go53
-rw-r--r--vendor/github.com/gdamore/tcell/v2/go.mod11
-rw-r--r--vendor/github.com/gdamore/tcell/v2/go.sum10
-rw-r--r--vendor/github.com/gdamore/tcell/v2/interrupt.go41
-rw-r--r--vendor/github.com/gdamore/tcell/v2/key.go470
-rw-r--r--vendor/github.com/gdamore/tcell/v2/mouse.go103
-rw-r--r--vendor/github.com/gdamore/tcell/v2/paste.go48
-rw-r--r--vendor/github.com/gdamore/tcell/v2/resize.go42
-rw-r--r--vendor/github.com/gdamore/tcell/v2/runes.go111
-rw-r--r--vendor/github.com/gdamore/tcell/v2/screen.go219
-rw-r--r--vendor/github.com/gdamore/tcell/v2/simulation.go522
-rw-r--r--vendor/github.com/gdamore/tcell/v2/style.go137
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/.gitignore1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/README.md25
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/TERMINALS.md7
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go82
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go69
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go42
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go55
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go32
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go64
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go68
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go447
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go61
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go57
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go130
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/gen.sh18
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go50
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go130
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go68
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go70
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/models.txt32
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go40
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go480
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go128
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go136
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go91
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/termite/term.go66
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go134
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go803
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go48
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go47
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go58
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go63
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go46
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go53
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go29
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go59
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go63
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go114
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go67
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go192
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go69
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_termite/term.go67
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_default.go23
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_dynamic.go37
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_static.go27
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen.go1544
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_bsd.go121
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_darwin.go142
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_linux.go147
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_solaris.go122
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_stub.go36
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_windows.go44
-rw-r--r--vendor/github.com/jesseduffield/gocui/CHANGES_tcell.md56
-rw-r--r--vendor/github.com/jesseduffield/gocui/CODE_OF_CONDUCT.md76
-rw-r--r--vendor/github.com/jesseduffield/gocui/CONTRIBUTING.md33
-rw-r--r--vendor/github.com/jesseduffield/gocui/README.md51
-rw-r--r--vendor/github.com/jesseduffield/gocui/attribute.go173
-rw-r--r--vendor/github.com/jesseduffield/gocui/doc.go12
-rw-r--r--vendor/github.com/jesseduffield/gocui/edit.go27
-rw-r--r--vendor/github.com/jesseduffield/gocui/escape.go174
-rw-r--r--vendor/github.com/jesseduffield/gocui/go.mod10
-rw-r--r--vendor/github.com/jesseduffield/gocui/go.sum17
-rw-r--r--vendor/github.com/jesseduffield/gocui/gui.go333
-rw-r--r--vendor/github.com/jesseduffield/gocui/gui_others.go (renamed from vendor/github.com/jesseduffield/gocui/gui_notwin.go)37
-rw-r--r--vendor/github.com/jesseduffield/gocui/gui_win.go10
-rw-r--r--vendor/github.com/jesseduffield/gocui/gui_windows.go53
-rw-r--r--vendor/github.com/jesseduffield/gocui/keybinding.go326
-rw-r--r--vendor/github.com/jesseduffield/gocui/loader.go46
-rw-r--r--vendor/github.com/jesseduffield/gocui/tcell_driver.go205
-rw-r--r--vendor/github.com/jesseduffield/gocui/view.go437
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/.gitignore101
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/CHANGELOG.md42
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/LICENSE7
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/README.md482