commit | 4f8f47aa7992c1b4e3e3e3504645a9e4e075fc81 | [log] [tgz] |
---|---|---|
author | Hana (Hyang-Ah) Kim <hyangah@gmail.com> | Tue Apr 14 11:39:45 2020 -0400 |
committer | Hyang-Ah Hana Kim <hyangah@gmail.com> | Tue Apr 14 15:58:20 2020 +0000 |
tree | e283479da88c045cf96a73a4b650faf0fa150312 | |
parent | 056763e48d71961566155f089ac0f02f1dda9b5a [diff] |
ssh/terminal: handle ctrl+C, ctrl+F, ctrl+B ctrl+C: terminate readline, which may result in application termination. ctrl+F: keyRight ctrl+B: keyLeft Update golang/go#27147 Change-Id: If319ef79708b98c030cbce102400a785d15137f8 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/228223 Reviewed-by: Daniel Martà <mvdan@mvdan.cc> Run-TryBot: Daniel Martà <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
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 crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.