summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota <hello@miguelmota.com>2021-11-07 14:21:08 -0800
committerMiguel Mota <hello@miguelmota.com>2021-11-07 14:21:08 -0800
commitdc8f0e50ebfef4592b9f3427b90a8bab03c0a287 (patch)
tree35fbe41bdd76a0493099383e96498cca8b4d5ee1
parentea782f72f4f1ccb06a15309feeaa37b9808cb001 (diff)
parent55ab27095dede179e6a3e301fa62d96ede077ebf (diff)
Merge branch 'master' into developdevelop
-rw-r--r--.gitignore1
-rw-r--r--cointop/cointop.go7
-rw-r--r--cointop/colorscheme.go159
-rw-r--r--cointop/conversion.go31
-rw-r--r--cointop/keybindings.go301
-rw-r--r--cointop/layout.go24
-rw-r--r--cointop/marketbar.go7
-rw-r--r--cointop/navigation.go27
-rw-r--r--cointop/quit.go2
-rw-r--r--cointop/sort.go2
-rw-r--r--cointop/statusbar.go50
-rw-r--r--cointop/table_header.go30
-rw-r--r--cointop/update.go2
-rw-r--r--docs/content/colorschemes.md2
-rw-r--r--docs/content/faq.md13
-rw-r--r--go.mod7
-rw-r--r--go.sum21
-rw-r--r--pkg/color/color.go39
-rw-r--r--pkg/gocui/.gitignore (renamed from vendor/github.com/miguelmota/gocui/.gitignore)0
-rw-r--r--pkg/gocui/AUTHORS (renamed from vendor/github.com/miguelmota/gocui/AUTHORS)0
-rw-r--r--pkg/gocui/LICENSE (renamed from vendor/github.com/miguelmota/gocui/LICENSE)0
-rw-r--r--pkg/gocui/README.md (renamed from vendor/github.com/miguelmota/gocui/README.md)0
-rw-r--r--pkg/gocui/edit.go (renamed from vendor/github.com/miguelmota/gocui/edit.go)39
-rw-r--r--pkg/gocui/escape.go (renamed from vendor/github.com/miguelmota/gocui/escape.go)157
-rw-r--r--pkg/gocui/eventbinding.go64
-rw-r--r--pkg/gocui/gui.go (renamed from vendor/github.com/miguelmota/gocui/gui.go)356
-rw-r--r--pkg/gocui/view.go (renamed from vendor/github.com/miguelmota/gocui/view.go)61
-rw-r--r--pkg/termui/events.go146
-rw-r--r--pkg/termui/helper.go8
-rw-r--r--pkg/termui/render.go20
-rw-r--r--pkg/ui/ui.go16
-rw-r--r--pkg/ui/view.go29
-rw-r--r--vendor/github.com/gdamore/encoding/.appveyor.yml13
-rw-r--r--vendor/github.com/gdamore/encoding/.travis.yml7
-rw-r--r--vendor/github.com/gdamore/encoding/LICENSE (renamed from vendor/github.com/maruel/panicparse/LICENSE)5
-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/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/.appveyor.yml13
-rw-r--r--vendor/github.com/gdamore/tcell/v2/.gitignore1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/.travis.yml18
-rw-r--r--vendor/github.com/gdamore/tcell/v2/AUTHORS4
-rw-r--r--vendor/github.com/gdamore/tcell/v2/CHANGESv2.md82
-rw-r--r--vendor/github.com/gdamore/tcell/v2/LICENSE202
-rw-r--r--vendor/github.com/gdamore/tcell/v2/README.md272
-rw-r--r--vendor/github.com/gdamore/tcell/v2/TUTORIAL.md293
-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.go1081
-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.go1269
-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/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/nonblock_bsd.go42
-rw-r--r--vendor/github.com/gdamore/tcell/v2/nonblock_unix.go40
-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.go260
-rw-r--r--vendor/github.com/gdamore/tcell/v2/simulation.go554
-rw-r--r--vendor/github.com/gdamore/tcell/v2/stdin_unix.go177
-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.go83
-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.go43
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go57
-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.go66
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go69
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go427
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go63
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go58
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/f/foot/foot.go69
-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.go51
-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.go71
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/models.txt31
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go41
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go485
-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.go112
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/termite/term.go67
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go71
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go827
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go49
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go48
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go59
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go64
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go48
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go54
-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.go60
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go64
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go116
-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/direct.go92
-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.go66
-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.go1727
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_stub.go25
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_unix.go31
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tty.go56
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tty_unix.go190