diff options
Diffstat (limited to 'chinese/big5con/files/patch-src::term.c')
-rw-r--r-- | chinese/big5con/files/patch-src::term.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/big5con/files/patch-src::term.c b/chinese/big5con/files/patch-src::term.c deleted file mode 100644 index faa154df2079..000000000000 --- a/chinese/big5con/files/patch-src::term.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/term.c.orig Mon Apr 15 09:46:48 1996 -+++ src/term.c Tue Nov 26 11:45:26 2002 -@@ -205,7 +205,7 @@ - PollCursor(TRUE); - } - if (FD_ISSET(sockFd, &readFds)) SocketInterface(sockFd); -- if (mInfo.has_mouse) { -+ if (mInfo.has_mouse && mouseFd > 0) { - if (FD_ISSET(mouseFd, &readFds) && con.active) { - i = read(mouseFd, buff, BUFSIZ); - if (i > 0) MouseGetPacket(buff, i); |