tea/vendor/github.com/AlecAivazis/survey/v2/terminal
Norwin d6df0a53b5 Update Dependencies (#390)
Co-authored-by: Norwin Roosen <git@nroo.de>
Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/390
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-08-30 23:18:50 +08:00
..
LICENSE.txt Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
README.md Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
buffered_reader.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
cursor.go Update Dependencies (#390) 2021-08-30 23:18:50 +08:00
cursor_windows.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
display.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
display_posix.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
display_windows.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
error.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
output.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
output_windows.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
runereader.go Update Dependencies (#390) 2021-08-30 23:18:50 +08:00
runereader_bsd.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
runereader_linux.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
runereader_posix.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
runereader_ppc64le.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
runereader_windows.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
sequences.go Update Vendors (#250) 2020-11-09 23:25:54 +08:00
stdio.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
syscall_windows.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00
terminal.go Use Survey For Interactions With User (#186) 2020-10-03 02:54:09 +00:00

README.md

survey/terminal

This package started as a copy of kokuban/go-ansi but has since been modified to fit survey's specific needs.