1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00
lazygit/vendor/golang.org/x/term
Jesse Duffield c8e9d1b4fc bump gocui
2021-09-27 19:58:24 +10:00
..
AUTHORS bump gocui 2021-04-06 19:34:32 +10:00
CONTRIBUTING.md bump gocui 2021-04-06 19:34:32 +10:00
CONTRIBUTORS bump gocui 2021-04-06 19:34:32 +10:00
go.mod bump gocui 2021-09-27 19:58:24 +10:00
go.sum bump gocui 2021-09-27 19:58:24 +10:00
LICENSE bump gocui 2021-04-06 19:34:32 +10:00
PATENTS bump gocui 2021-04-06 19:34:32 +10:00
README.md bump gocui 2021-04-06 19:34:32 +10:00
term_plan9.go bump gocui 2021-04-06 19:34:32 +10:00
term_unix_bsd.go bump gocui 2021-04-06 19:34:32 +10:00
term_unix_other.go bump tcell 2021-06-06 09:12:42 +10:00
term_unix.go reduce flicker without worrying about carriage returns 2021-04-09 22:50:55 +10:00
term_unsupported.go bump gocui 2021-04-06 19:34:32 +10:00
term_windows.go bump gocui 2021-04-06 19:34:32 +10:00
term.go bump gocui 2021-09-27 19:58:24 +10:00
terminal.go bump gocui 2021-04-06 19:34:32 +10:00

Go terminal/console support

Go Reference

This repository provides Go terminal and console support packages.

Download/Install

The easiest way to install is to run go get -u golang.org/x/term. You can also manually git clone the repository to $GOPATH/src/golang.org/x/term.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the term repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.