mirror of
https://github.com/neovim/neovim.git
synced 2026-07-20 08:01:46 +00:00
Use the (currently unused) 'destroy' field of the terminal struct as a flag to indicate that the terminal's destruction is imminent (and therefore it's close callback should not be called again). Co-authored-by: Gregory Anders <greg@gpanders.com>