diff options
author | Guillaume J. Charmes <git+guillaume@charmes.net> | 2020-05-06 10:25:11 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-06 10:26:15 -0400 |
commit | dc281e46d2aceaab6a7b7a290f9af89fef46159d (patch) | |
tree | 1e7979a420001163ca111fc3286f65af73e98713 /go.mod | |
parent | 38a6d187b910a14ac2f74454d845fcfb24689e41 (diff) | |
download | aerc-dc281e46d2aceaab6a7b7a290f9af89fef46159d.tar.gz |
Use stdout as controlling terminal
Soves an issue with go1.15 not letting ctty be a parent. See
https://github.com/creack/pty/pull/97 for more details.
Signed-off-by: Guillaume J. Charmes <git+guillaume@charmes.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.13 require ( git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b - github.com/creack/pty v1.1.9 + github.com/creack/pty v1.1.10-0.20200505162710-943a9a2171fd github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810 github.com/emersion/go-imap v1.0.4 |