mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
...
This commit is contained in:
@@ -276,7 +276,7 @@ func (self *Loop) run() (err error) {
|
||||
flush_writer(w_w, tty_write_channel, write_done_channel, self.pending_writes, 2*time.Second)
|
||||
self.pending_writes = nil
|
||||
// wait for tty reader to exit cleanly
|
||||
for more := true; more; _, more = <-tty_read_channel {
|
||||
for range tty_read_channel {
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user