remove obsolete FIXME

pull/2197/head
nick black 3 years ago
parent 675a4ac63c
commit 7c197fba59
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1929,8 +1929,6 @@ loginfo("got events: %c%c %d\n", *rtfd ? 'T' : 't', *rifd ? 'I' : 'i', pfds[0].r
static void
read_inputs_nblock(inputctx* ictx){
unsigned rtfd, rifd;
// FIXME also need to wake up if our output queues have space that has
// opened up for us to write into, lest we deadlock with full buffers...
block_on_input(ictx, &rtfd, &rifd);
// first we read from the terminal, if that's a distinct source.
if(rtfd){

Loading…
Cancel
Save