packer-cn/vendor/github.com/mattn
Adrien Delorme 71c00c200f fix panic: send on closed channel
on windows: if the term is resized when ReadString is being called and no one is reading form ws, we get a panic: send on closed channel.
It could make sense to poll getconsolescreenbufferinfo calls instead of this:
something started from the sigwinch() func

on unix: same story, sigwinch was listened upon by default but if the
signals (chan sends) were not handled, this could cause a crash

fix #7434
2019-04-25 10:49:08 +02:00
..
go-colorable go mod vendor && go mod tidy 2019-04-11 14:19:24 +02:00
go-isatty Use the hashicorp/go-getter to download files 2019-03-13 12:11:58 +01:00
go-runewidth Use the hashicorp/go-getter to download files 2019-03-13 12:11:58 +01:00
go-tty fix panic: send on closed channel 2019-04-25 10:49:08 +02:00