]> git.pld-linux.org Git - packages/dosemu.git/blame - dosemu-Oacute.patch
- fixed building of html
[packages/dosemu.git] / dosemu-Oacute.patch
CommitLineData
5a6901a1
JB
1--- dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c.orig Thu Jun 20 16:20:54 2002
2+++ dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c Thu Jun 20 19:57:10 2002
3@@ -1723,8 +1723,8 @@
4 */
5 bios_key = is_accent ? ascii : make_bios_code_r(make, key, ascii, keysym, state);
6
7- if (bios_key == 0x23e0) /* Cyrillic_er work around */
8- bios_key &= 0x00FF;
9+ if (bios_key == 0x23e0 || bios_key == 0x18e0) /* Cyrillic_er work around */
10+ bios_key &= 0x00FF; /* ^^^^^^^^^^^^^^^^^^ Oacute */
11 #if 0
12 k_printf("translate_key: keysym=%04x bios_key=%04x\n",
13 keysym, bios_key);
This page took 0.076102 seconds and 4 git commands to generate.