diff options
author | Guillaume J. Charmes <git+guillaume@charmes.net> | 2020-05-05 12:43:31 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-06 10:01:10 -0400 |
commit | d07cf6c667a0d497c67196fca9967db71c1e02f6 (patch) | |
tree | a418b7163acb7b74379b1ca73db4644f716a4934 /go.mod | |
parent | 6bd6690d80931062210d18f3e9855074707b03a8 (diff) | |
download | aerc-d07cf6c667a0d497c67196fca9967db71c1e02f6.tar.gz |
Dont detach process under vterm
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
diff --git a/go.mod b/go.mod index b770905..c433c8f 100644 --- a/go.mod +++ b/go.mod @@ -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 |