mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
...
This commit is contained in:
@@ -85,7 +85,7 @@ func read_from_tty(pipe_r *os.File, term *tty.Term, results_channel chan<- []byt
|
|||||||
keep_going = false
|
keep_going = false
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if n == 0 {
|
if n == 0 { // temporary error
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
send := buf[:n]
|
send := buf[:n]
|
||||||
|
|||||||
Reference in New Issue
Block a user