summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gdamore')
-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
93 files changed, 13010 insertions, 0 deletions
diff --git a/vendor/github.com/gdamore/encoding/LICENSE b/vendor/github.com/gdamore/encoding/LICENSE
new file mode 100644
index 000000000..d64569567
--- /dev/null
+++ b/vendor/github.com/gdamore/encoding/LICENSE
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You m