aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (mouse_get_pos): Remove reduntant call to `int86'.Eli Zaretskii1997-10-131-69/+39
* Switch to raw-text as coding system.Richard M. Stallman1997-09-111-1/+1
* (syms_of_msdos): Intern background-color andRichard M. Stallman1997-09-111-2/+8
* Add coding: tag, to prevent Emacs from interpreting binary strings.Eli Zaretskii1997-08-281-1/+1
* (syms_of_msdos): Define and bind x-bitmap-file-path andEli Zaretskii1997-08-131-0/+22
* (init_environment): Set Emacs root directory properly whenRichard M. Stallman1997-08-111-3/+6
* (IT_set_frame_parameters): Actually store the frameRichard M. Stallman1997-08-111-5/+26
* (Qbackground_color, Qforeground_color): Define vars.Richard M. Stallman1997-08-111-0/+3
* dos_rawgetc: When international keyboard doesn't haveEli Zaretskii1997-02-021-1/+13
* (run_msdos_command): Remove unused variables.Eli Zaretskii1997-01-211-9/+14
* * (sigprocmask, sig_suspender): New functions, implementEli Zaretskii1997-01-161-1/+111
* * (XMenuActivate): Don't allow non-positive menuEli Zaretskii1997-01-161-0/+6
* (bright_bg): Save the original state of video blink bit.Richard M. Stallman1997-01-061-0/+35
* (dos_set_keyboard): Test whether KEYB.COM is installedRichard M. Stallman1996-12-271-0/+15
* (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursorKarl Heuer1996-12-061-1/+0
* [__DJGPP__ >= 2] (dos_direct_output): Faster method ofKarl Heuer1996-11-191-9/+90