mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Turn off atomic update during direct transmission
This commit is contained in:
@@ -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 := ""
|
||||
|
||||
Reference in New Issue
Block a user