Turn off atomic update during direct transmission

This commit is contained in:
Kovid Goyal
2023-03-27 20:54:03 +05:30
parent 80204c6056
commit 94db6053d5
3 changed files with 17 additions and 1 deletions

View File

@@ -286,6 +286,7 @@ func (self *Loop) run() (err error) {
self.death_signal = SIGNULL
self.escape_code_parser.Reset()
self.exit_code = 0
self.atomic_update_active = false
self.timers = make([]*timer, 0, 1)
no_timeout_channel := make(<-chan time.Time)
finalizer := ""