summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-08-07 08:14:28 +0200
committerGitHub <noreply@github.com>2023-08-07 08:14:28 +0200
commitcd889adfa0ee47258496d625e5eeb95ba1ae556c (patch)
tree8e73bc41e08ab74a4cc33d89b636749cc9d3192d
parent9cc18bd7e655defcb677c8b212beac39b69d98ea (diff)
parent7ccb871a4594432f04a5adf6c1fc15c258ab7786 (diff)
Import stefanhaller's tcell fork for real rather than just replacing it (#2888)
-rw-r--r--go.mod12
-rw-r--r--go.sum20
-rw-r--r--pkg/gui/gui_driver.go2
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/extended/extended.go58
-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/.gitignore (renamed from vendor/github.com/gdamore/tcell/v2/.gitignore)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/AUTHORS (renamed from vendor/github.com/gdamore/tcell/v2/AUTHORS)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/CHANGESv2.md (renamed from vendor/github.com/gdamore/tcell/v2/CHANGESv2.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/LICENSE (renamed from vendor/github.com/gdamore/tcell/v2/LICENSE)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/README-wasm.md (renamed from vendor/github.com/gdamore/tcell/v2/README-wasm.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/README.md (renamed from vendor/github.com/gdamore/tcell/v2/README.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/TUTORIAL.md (renamed from vendor/github.com/gdamore/tcell/v2/TUTORIAL.md)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/UKRAINE.md (renamed from vendor/github.com/gdamore/tcell/v2/UKRAINE.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/attr.go (renamed from vendor/github.com/gdamore/tcell/v2/attr.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/cell.go (renamed from vendor/github.com/gdamore/tcell/v2/cell.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/charset_stub.go (renamed from vendor/github.com/gdamore/tcell/v2/charset_stub.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/charset_unix.go (renamed from vendor/github.com/gdamore/tcell/v2/charset_unix.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/charset_windows.go (renamed from vendor/github.com/gdamore/tcell/v2/charset_windows.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/color.go (renamed from vendor/github.com/gdamore/tcell/v2/color.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/colorfit.go (renamed from vendor/github.com/gdamore/tcell/v2/colorfit.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/console_stub.go (renamed from vendor/github.com/gdamore/tcell/v2/console_stub.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/console_win.go (renamed from vendor/github.com/gdamore/tcell/v2/console_win.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/doc.go (renamed from vendor/github.com/gdamore/tcell/v2/doc.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/encoding.go (renamed from vendor/github.com/gdamore/tcell/v2/encoding.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/errors.go (renamed from vendor/github.com/gdamore/tcell/v2/errors.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/event.go (renamed from vendor/github.com/gdamore/tcell/v2/event.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/focus.go (renamed from vendor/github.com/gdamore/tcell/v2/focus.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/interrupt.go (renamed from vendor/github.com/gdamore/tcell/v2/interrupt.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/key.go (renamed from vendor/github.com/gdamore/tcell/v2/key.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/mouse.go (renamed from vendor/github.com/gdamore/tcell/v2/mouse.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/nonblock_bsd.go (renamed from vendor/github.com/gdamore/tcell/v2/nonblock_bsd.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/nonblock_unix.go (renamed from vendor/github.com/gdamore/tcell/v2/nonblock_unix.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/paste.go (renamed from vendor/github.com/gdamore/tcell/v2/paste.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/resize.go (renamed from vendor/github.com/gdamore/tcell/v2/resize.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/runes.go (renamed from vendor/github.com/gdamore/tcell/v2/runes.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/screen.go (renamed from vendor/github.com/gdamore/tcell/v2/screen.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/simulation.go (renamed from vendor/github.com/gdamore/tcell/v2/simulation.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/stdin_unix.go (renamed from vendor/github.com/gdamore/tcell/v2/stdin_unix.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/style.go (renamed from vendor/github.com/gdamore/tcell/v2/style.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/.gitignore (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/.gitignore)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/README.md (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/README.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/TERMINALS.md (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/TERMINALS.md)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/a/aixterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/a/aixterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/a/alacritty/direct.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/direct.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/a/alacritty/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/a/alacritty/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/a/ansi/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/a/ansi/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/b/beterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/b/beterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/base/base.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/base/base.go)10
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/c/cygwin/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/c/cygwin/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/d/dtterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/d/dtterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/dynamic/dynamic.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/dynamic.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/e/emacs/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/e/emacs/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/extended/extended.go58
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/f/foot/foot.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/f/foot/foot.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/g/gnome/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/g/gnome/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/gen.sh (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/gen.sh)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/h/hpterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/h/hpterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/k/konsole/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/k/konsole/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/k/kterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/k/kterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/l/linux/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/l/linux/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/models.txt (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/models.txt)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/p/pcansi/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/p/pcansi/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/r/rxvt/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/r/rxvt/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/s/screen/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/s/screen/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/s/simpleterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/s/simpleterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/s/sun/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/s/sun/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/t/termite/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/t/termite/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/t/tmux/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/t/tmux/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/terminfo.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt100/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt100/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt102/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt102/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt220/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt220/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt320/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt320/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt400/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt400/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt420/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt420/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/v/vt52/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/v/vt52/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy50/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/w/wy50/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy60/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/w/wy60/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/w/wy99_ansi/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xfce/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/x/xfce/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm/direct.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/direct.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm_kitty/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terminfo/x/xterm_termite/term.go (renamed from vendor/github.com/gdamore/tcell/v2/terminfo/x/xterm_termite/term.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terms_default.go (renamed from vendor/github.com/gdamore/tcell/v2/terms_default.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terms_dynamic.go (renamed from vendor/github.com/gdamore/tcell/v2/terms_dynamic.go)4
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/terms_static.go (renamed from vendor/github.com/gdamore/tcell/v2/terms_static.go)2
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/tscreen.go (renamed from vendor/github.com/gdamore/tcell/v2/tscreen.go)4
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/tscreen_stub.go (renamed from vendor/github.com/gdamore/tcell/v2/tscreen_stub.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/tscreen_unix.go (renamed from vendor/github.com/gdamore/tcell/v2/tscreen_unix.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/tty.go (renamed from vendor/github.com/gdamore/tcell/v2/tty.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/tty_unix.go (renamed from vendor/github.com/gdamore/tcell/v2/tty_unix.go)0
-rw-r--r--vendor/github.com/stefanhaller/tcell/v2/wscreen.go (renamed from vendor/github.com/gdamore/tcell/v2/wscreen.go)0
-rw-r--r--vendor/golang.org/x/sys/unix/mkerrors.sh2
-rw-r--r--vendor/golang.org/x/sys/unix/mmap_nomremap.go14
-rw-r--r--vendor/golang.org/x/sys/unix/mremap.go21
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_aix.go15
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_bsd.go14
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_darwin.go50
-rw-r--r--vendor/golang.org/x/sys/unix/syscall_linux.go63
-rw-r--r--