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:
parent
e5edcb8369
commit
af0997c637
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user