aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 6244728b264..b8227c52fed 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4137,8 +4137,6 @@ static char dbcs_lead = 0;
4137 We return the number of characters stored into the buffer, 4137 We return the number of characters stored into the buffer,
4138 thus pretending to be `read'. 4138 thus pretending to be `read'.
4139 4139
4140 EXPECTED is nonzero if the caller knows input is available.
4141
4142 Some of these messages are reposted back to the message queue since the 4140 Some of these messages are reposted back to the message queue since the
4143 system calls the windows proc directly in a context where we cannot return 4141 system calls the windows proc directly in a context where we cannot return
4144 the data nor can we guarantee the state we are in. So if we dispatch them 4142 the data nor can we guarantee the state we are in. So if we dispatch them
@@ -4149,7 +4147,7 @@ static char dbcs_lead = 0;
4149*/ 4147*/
4150 4148
4151static int 4149static int
4152w32_read_socket (struct terminal *terminal, int expected, 4150w32_read_socket (struct terminal *terminal,
4153 struct input_event *hold_quit) 4151 struct input_event *hold_quit)
4154{ 4152{
4155 int count = 0; 4153 int count = 0;