From bb9168f98a9dd50a7215652ab77a1c46615064cd Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 30 Jul 2018 18:11:53 +0200 Subject: vendor gocui --- vendor/github.com/jroimartin/gocui/AUTHORS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendor/github.com/jroimartin/gocui/AUTHORS (limited to 'vendor/github.com/jroimartin/gocui/AUTHORS') diff --git a/vendor/github.com/jroimartin/gocui/AUTHORS b/vendor/github.com/jroimartin/gocui/AUTHORS new file mode 100644 index 00000000..acf97f47 --- /dev/null +++ b/vendor/github.com/jroimartin/gocui/AUTHORS @@ -0,0 +1,24 @@ +# This is the official list of gocui authors for copyright purposes. + +# Names should be added to this file as +# Name or Organization contribution +# Contribution +# The email address is not required for organizations. + +Roi Martin + Main developer + +Ryan Sullivan + Toggleable view frames + +Matthieu Rakotojaona + Wrapped views + +Harry Lawrence + Basic mouse support + +Danny Tylman + Masked views + +Frederik Deweerdt + Colored fonts -- cgit