mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Simplify code
This commit is contained in:
@@ -152,9 +152,6 @@ func write_to_tty(
|
||||
break
|
||||
}
|
||||
}
|
||||
if selector.IsReadyToWrite(tty_fd) {
|
||||
return
|
||||
}
|
||||
if selector.IsReadyToRead(pipe_fd) {
|
||||
keep_going = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user