summaryrefslogtreecommitdiffstats
path: root/vendor/github.com
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-01-03 20:29:25 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-01-10 09:39:25 +0100
commitcb5d0bca1c1444720249c9957cfe420825277594 (patch)
tree05e292eb0dedec9f002fb8a8fb2956cb8612cbd3 /vendor/github.com
parentef3d6f4a3255a81363da65d7d4ab382d9a15bd0f (diff)
Bump gocui
... and switch back from stefanhaller's tcell fork to the official tcell. This basically reverts 7ccb871a459.
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/.gitignore (renamed from vendor/github.com/stefanhaller/tcell/v2/.gitignore)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/AUTHORS (renamed from vendor/github.com/stefanhaller/tcell/v2/AUTHORS)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/CHANGESv2.md (renamed from vendor/github.com/stefanhaller/tcell/v2/CHANGESv2.md)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/LICENSE (renamed from vendor/github.com/stefanhaller/tcell/v2/LICENSE)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/README-wasm.md (renamed from vendor/github.com/stefanhaller/tcell/v2/README-wasm.md)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/README.md (renamed from vendor/github.com/stefanhaller/tcell/v2/README.md)1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/TUTORIAL.md (renamed from vendor/github.com/stefanhaller/tcell/v2/TUTORIAL.md)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/UKRAINE.md (renamed from vendor/github.com/stefanhaller/tcell/v2/UKRAINE.md)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/attr.go (renamed from vendor/github.com/stefanhaller/tcell/v2/attr.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/cell.go (renamed from vendor/github.com/stefanhaller/tcell/v2/cell.go)72
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_stub.go (renamed from vendor/github.com/stefanhaller/tcell/v2/charset_stub.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_unix.go (renamed from vendor/github.com/stefanhaller/tcell/v2/charset_unix.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/charset_windows.go (renamed from vendor/github.com/stefanhaller/tcell/v2/charset_windows.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/color.go (renamed from vendor/github.com/stefanhaller/tcell/v2/color.go)49
-rw-r--r--vendor/github.com/gdamore/tcell/v2/colorfit.go (renamed from vendor/github.com/stefanhaller/tcell/v2/colorfit.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/console_stub.go (renamed from vendor/github.com/stefanhaller/tcell/v2/console_stub.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/console_win.go (renamed from vendor/github.com/stefanhaller/tcell/v2/console_win.go)168
-rw-r--r--vendor/github.com/gdamore/tcell/v2/doc.go (renamed from vendor/github.com/stefanhaller/tcell/v2/doc.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/encoding.go (renamed from vendor/github.com/stefanhaller/tcell/v2/encoding.go)1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/errors.go (renamed from vendor/github.com/stefanhaller/tcell/v2/errors.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/event.go (renamed from vendor/github.com/stefanhaller/tcell/v2/event.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/focus.go (renamed from vendor/github.com/stefanhaller/tcell/v2/focus.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/interrupt.go (renamed from vendor/github.com/stefanhaller/tcell/v2/interrupt.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/key.go (renamed from vendor/github.com/stefanhaller/tcell/v2/key.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/mouse.go (renamed from vendor/github.com/stefanhaller/tcell/v2/mouse.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/nonblock_bsd.go (renamed from vendor/github.com/stefanhaller/tcell/v2/nonblock_bsd.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/nonblock_unix.go (renamed from vendor/github.com/stefanhaller/tcell/v2/nonblock_unix.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/paste.go (renamed from vendor/github.com/stefanhaller/tcell/v2/paste.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/resize.go (renamed from vendor/github.com/stefanhaller/tcell/v2/resize.go)34
-rw-r--r--vendor/github.com/gdamore/tcell/v2/runes.go (renamed from vendor/github.com/stefanhaller/tcell/v2/runes.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/screen.go (renamed from vendor/github.com/stefanhaller/tcell/v2/screen.go)173
-rw-r--r--vendor/github.com/gdamore/tcell/v2/simulation.go (renamed from vendor/github.com/stefanhaller/tcell/v2/simulation.go)120
-rw-r--r--vendor/github.com/gdamore/tcell/v2/stdin_unix.go (renamed from vendor/github.com/stefanhaller/tcell/v2/stdin_unix.go)16
-rw-r--r--vendor/github.com/gdamore/tcell/v2/style.go (renamed from vendor/github.com/stefanhaller/tcell/v2/style.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/.gitignore (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/.gitignore)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/README.md (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/README.md)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/TERMINALS.md (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/TERMINALS.md)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/a/aixterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/direct.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/a/alacritty/direct.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/a/alacritty/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/a/ansi/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/b/beterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/base/base.go)10
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/c/cygwin/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/d/dtterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/dynamic/dynamic.go)12
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/e/emacs/term.go)2
-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.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/f/foot/foot.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/g/gnome/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/gen.sh (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/gen.sh)1
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/h/hpterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/k/konsole/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/k/kterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/l/linux/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/models.txt (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/models.txt)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/p/pcansi/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/r/rxvt/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/s/screen/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/s/simpleterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/s/sun/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/termite/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/t/termite/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/t/tmux/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/terminfo.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt100/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt102/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt220/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt320/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt400/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt420/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt52/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy50/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy60/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy99_ansi/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xfce/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/direct.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm/direct.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm_kitty/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_termite/term.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm_termite/term.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_default.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terms_default.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_dynamic.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terms_dynamic.go)4
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terms_static.go (renamed from vendor/github.com/stefanhaller/tcell/v2/terms_static.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen.go (renamed from vendor/github.com/stefanhaller/tcell/v2/tscreen.go)164
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_stub.go (renamed from vendor/github.com/stefanhaller/tcell/v2/tscreen_stub.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen_unix.go (renamed from vendor/github.com/stefanhaller/tcell/v2/tscreen_unix.go)0
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tty.go (renamed from vendor/github.com/stefanhaller/tcell/v2/tty.go)2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tty_unix.go (renamed from vendor/github.com/stefanhaller/tcell/v2/tty_unix.go)16
-rw-r--r--vendor/github.com/gdamore/tcell/v2/wscreen.go (renamed from vendor/github.com/stefanhaller/tcell/v2/wscreen.go)185
-rw-r--r--vendor/github.com/jesseduffield/gocui/attribute.go2
-rw-r--r--vendor/github.com/jesseduffield/gocui/gui.go2
-rw-r--r--vendor/github.com/jesseduffield/gocui/keybinding.go2
-rw-r--r--vendor/github.com/jesseduffield/gocui/tcell_driver.go2
-rw-r--r--vendor/github.com/jesseduffield/gocui/view.go2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/extended/extended.go58
94 files changed, 671 insertions, 563 deletions
diff --git a/vendor/github.com/stefanhaller/tcell/v2/.gitignore b/vendor/github.com/gdamore/tcell/v2/.gitignore
index c57100a59..c57100a59 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/.gitignore
+++ b/vendor/github.com/gdamore/tcell/v2/.gitignore
diff --git a/vendor/github.com/stefanhaller/tcell/v2/AUTHORS b/vendor/github.com/gdamore/tcell/v2/AUTHORS
index 53f87ee63..53f87ee63 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/AUTHORS
+++ b/vendor/github.com/gdamore/tcell/v2/AUTHORS
diff --git a/vendor/github.com/stefanhaller/tcell/v2/CHANGESv2.md b/vendor/github.com/gdamore/tcell/v2/CHANGESv2.md
index ad97c11b5..ad97c11b5 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/CHANGESv2.md
+++ b/vendor/github.com/gdamore/tcell/v2/CHANGESv2.md
diff --git a/vendor/github.com/stefanhaller/tcell/v2/LICENSE b/vendor/github.com/gdamore/tcell/v2/LICENSE
index d64569567..d64569567 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/LICENSE
+++ b/vendor/github.com/gdamore/tcell/v2/LICENSE
diff --git a/vendor/github.com/stefanhaller/tcell/v2/README-wasm.md b/vendor/github.com/gdamore/tcell/v2/README-wasm.md
index faf96856f..faf96856f 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/README-wasm.md
+++ b/vendor/github.com/gdamore/tcell/v2/README-wasm.md
diff --git a/vendor/github.com/stefanhaller/tcell/v2/README.md b/vendor/github.com/gdamore/tcell/v2/README.md
index 8ca95eda9..37c7dea3c 100644
--- a/vendor/github.com/stefanhaller/tcell/v2/README.md
+++ b/vendor/github.com/gdamore/tcell/v2/README.md
@@ -66,6 +66,7 @@ A brief, and still somewhat rough, [tutorial](TUTORIAL.md) is available.
- [gosnakego](https://github.com/liweiyi88/gosnakego) - a snake game
- [gbb](https://github.com/sdemingo/gbb) - A classical bulletin board app for tildes or public unix servers
- [lil](https://github.com/andrievsky/lil) - A simple and flexible interface for any service by implementing only list and get operations
+- [hero.go](https://github.com/barisbll/hero.go) - 2d monster shooter ([video](https://user-images.githubusercontent.com/40062673/277157369-240d7606-b471-4aa1-8c54-4379a513122b.mp4))
## Pure Go Terminfo Database
diff --git a/vendor/github.com/stefanhaller/tcell/v2/TUTORIAL.md b/vendor/github.com/gdamore/tcell/v2/TUTORIAL.md
index 2e6f9bc27..f52fcff0d 100644
--- a/vendor/github.com/ste