tea/vendor/github.com/AlecAivazis/survey/v2/terminal
Norwin 95ef061711 Update dependencies (#316)
update xdg

update survey

update go-sdk

Co-authored-by: Norwin Roosen <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/316
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: Norwin <noerw@noreply.gitea.io>
Co-Committed-By: Norwin <noerw@noreply.gitea.io>
2020-12-22 01:11:08 +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 (#316) 2020-12-22 01:11:08 +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 Vendors (#250) 2020-11-09 23:25:54 +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.