1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

win32: keyboard works. Since now IE has a real competitor ;-). ELinks

works under Windows at least with local files
This commit is contained in:
Witold Filipczyk 2006-05-20 21:45:00 +02:00 committed by Witold Filipczyk
parent e5edcb8369
commit af0997c637

View File

@ -565,8 +565,7 @@ select_one_loop(int num_fds, struct fd_set *rd, struct fd_set *wr,
}
} else if (fd < SOCK_SHIFT) {
if (FD_ISSET(fd,rd))
rc += select_read(fd, rd);
rc += select_read(fd, rd);
if (FD_ISSET(fd,wr))
rc++; /* assume always writable */