Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7c9e4be1
Commit
7c9e4be1
authored
May 23, 2013
by
Eli Zaretskii
Browse files
src/keyboard.c (read_decoded_event_from_main_queue): Improve commentary
about the w32 console reading non-ASCII characters.
parent
bdda4c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/keyboard.c
src/keyboard.c
+4
-1
No files found.
src/keyboard.c
View file @
7c9e4be1
...
...
@@ -2312,7 +2312,10 @@ read_decoded_event_from_main_queue (EMACS_TIME *end_time,
= read_event_from_main_queue (end_time, local_getcjmp,
used_mouse_menu);
#ifdef WINDOWSNT
/* w32_console already returns decoded events. */
/* w32_console already returns decoded events. It either reads
Unicode characters from the Windows keyboard input, or
converts characters encoded in the current codepage into
Unicode. See w32inevt.c:key_event, near its end. */
return nextevt;
#else
struct frame *frame = XFRAME (selected_frame);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment