From 331597b9f8a7942cbcb233a328301e4d5bf94fb0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 11 Jan 2019 23:28:47 +0200 Subject: Switch to Go modules and make other changes --- vendor/maunium.net/go/tcell/terminfo/term_adm3a.go | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 vendor/maunium.net/go/tcell/terminfo/term_adm3a.go (limited to 'vendor/maunium.net/go/tcell/terminfo/term_adm3a.go') diff --git a/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go b/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go deleted file mode 100644 index ddc17b0..0000000 --- a/vendor/maunium.net/go/tcell/terminfo/term_adm3a.go +++ /dev/null @@ -1,24 +0,0 @@ -// Generated automatically. DO NOT HAND-EDIT. - -package terminfo - -func init() { - // lsi adm3a - AddTerminfo(&Terminfo{ - Name: "adm3a", - Columns: 80, - Lines: 24, - Bell: "\a", - Clear: "\x1a$<1/>", - Italic: "\x1b[3m", - Strikethrough: "\x1b[9m", - PadChar: "\x00", - SetCursor: "\x1b=%p1%' '%+%c%p2%' '%+%c", - CursorBack1: "\b", - CursorUp1: "\v", - KeyUp: "\v", - KeyDown: "\n", - KeyRight: "\f", - KeyLeft: "\b", - }) -} -- cgit v1.2.3