aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-07 16:50:29 +0200
committerEli Zaretskii2012-10-07 16:50:29 +0200
commitd263a63399d2b9d20ff2fc963b7d01817c3d3368 (patch)
tree82c4fd8abd789c7f9020e506f2bae37cd56ca415 /src/w32term.c
parent557337e9a22da64445d64bb9577d178e4d7024d7 (diff)
downloademacs-d263a63399d2b9d20ff2fc963b7d01817c3d3368.tar.gz
emacs-d263a63399d2b9d20ff2fc963b7d01817c3d3368.zip
Add a comment with overview of how Emacs input works on MS-Windows.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 1cc8bd2adef..517813672c4 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4138,6 +4138,9 @@ static char dbcs_lead = 0;
4138 This routine is called by the SIGIO handler. 4138 This routine is called by the SIGIO handler.
4139 We return as soon as there are no more events to be read. 4139 We return as soon as there are no more events to be read.
4140 4140
4141 For an overview of how Emacs input works on MS-Windows, see the
4142 commentary before w32_msg_pump in w32fns.c.
4143
4141 We return the number of characters stored into the buffer, 4144 We return the number of characters stored into the buffer,
4142 thus pretending to be `read'. 4145 thus pretending to be `read'.
4143 4146