aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (IT_note_mouse_highlight): Process overlays in theEli Zaretskii2000-07-231-4/+8
* (IT_note_mode_line_highlight, IT_note_mouse_highlight):Eli Zaretskii2000-07-201-29/+84
* (dos_rawgetc): Always set `arg' member of input_events.Gerd Moellmann2000-07-131-0/+2
* (dos_rawgetc): Adapt to change of HELP_EVENTs.Gerd Moellmann2000-07-131-1/+2
* (XMenuActivate): After exiting the menu, restore theEli Zaretskii2000-07-101-0/+26
* * xterm.c (note_mode_line_highlight, note_mouse_highlight)Stefan Monnier2000-07-051-5/+5
* (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODINGEli Zaretskii2000-06-131-3/+7
* (IT_write_glyphs): Set coding->src_multibyte to 1.Kenichi Handa2000-05-231-0/+1
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-1/+1
* (NUM_MOUSE_BUTTONS): Define.Eli Zaretskii2000-04-121-2/+32
* (XMenuActivate): Args to lookup_derived_face changed.Kenichi Handa2000-03-211-4/+4
* (vga_installed): New function, code moved fromEli Zaretskii2000-03-121-9/+181
* (IT_note_mouse_highlight): Return immediately if frame'sEli Zaretskii2000-03-061-1/+2
* (IT_write_glyphs): Allocate a larger screen_buf as dataEli Zaretskii2000-02-201-0/+1
* (XMenuActivate): Turn off the cursor after displayingEli Zaretskii2000-02-071-0/+1
* (IT_clear_end_of_line): Print the extent of the clearedEli Zaretskii2000-01-271-12/+36
* (IT_menu_display): Truncate long menu lines at the rightEli Zaretskii2000-01-241-3/+10
* (IT_update_begin): Don't dereference members of structEli Zaretskii1999-12-301-5/+14
* (IT_write_glyphs): Track last changes to struct glyph.Eli Zaretskii1999-12-301-12/+23
* Changes for supporting mouse/modeline highlight and help echo features:Eli Zaretskii1999-12-281-4/+666
* (IT_set_face): Don't swap face colors when highlight orEli Zaretskii1999-12-191-29/+37
* Changes for separate unspecified foreground and background colorsEli Zaretskii1999-12-151-2/+6
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-76/+153
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+4
* (IT_set_face): Abort if the default face is not realizedEli Zaretskii1999-08-101-1/+14
* (IT_set_face): Rewritten for the new redisplay engine.Eli Zaretskii1999-07-301-60/+140
* (getdefdir): Don't return failure indication whenEli Zaretskii1999-07-291-1/+3
* (unibyte_display_via_language_environment): Add extern.Andrew Innes1999-05-021-0/+2
* (unibyte_display_via_language_environment):Andrew Innes1999-05-021-17/+5
* (jp_kbd_translate_table): Fix the other \ key.Eli Zaretskii1999-04-081-0/+1
* (dos_rawgetc): Don't zero out c if private translationEli Zaretskii1999-04-061-5/+4
* (jp_kbd_translate_table): Fix last change.Eli Zaretskii1999-04-051-2/+4
* (struct kbd_translate): New struct, for key translationEli Zaretskii1999-04-041-31/+93
* (IT_write_glyphs): Move constant expression out of the loop.Eli Zaretskii1999-01-061-3/+7
* (IT_write_glyphs): Convert unibyte characters toEli Zaretskii1998-12-311-1/+5
* (IT_write_glyphs): Don't convert 7-bit ASCII characters viaEli Zaretskii1998-12-211-1/+2
* (Vdos_unsupported_char_glyph): New variable.Eli Zaretskii1998-12-061-22/+236
* (init_environment): Record the time we started up.Eli Zaretskii1998-12-031-19/+35
* (mouse_init): Reset the button press/release info of the mouse driver.Eli Zaretskii1998-10-201-5/+61
* (IT_cmgoto): When tracking echo area messages with theEli Zaretskii1998-08-311-5/+28
* (dos_set_keyboard): Set up stack and flags beforeEli Zaretskii1998-08-131-0/+1
* (IT_cmgoto): In the echo area, only put the cursor atEli Zaretskii1998-08-101-3/+9
* (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.Eli Zaretskii1998-06-141-9/+26
* (init_environment): Set TMPDIR to an existingEli Zaretskii1998-05-131-0/+32
* (IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,Eli Zaretskii1998-04-271-27/+25
* (run_msdos_command): Don't construct processEli Zaretskii1998-04-211-29/+33
* (it_keyboard): New variable, supports Italian keyboard.Eli Zaretskii1998-04-161-0/+18
* (dosv_refresh_virtual_screen): Do not use negative arguments.Eli Zaretskii1998-04-131-7/+5
* (request_sigio, unrequest_sigio): Make consistent withKarl Heuer1998-04-081-2/+2
* Support for Japanese display on DOS/V systems.Eli Zaretskii1997-11-101-7/+97