summaryrefslogtreecommitdiff
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (check_timer): Remove code for dos-display-time.Richard M. Stallman1996-03-071-40/+0
* (dos_rawgetc): Allow simulation of `Mouse-3' byRichard M. Stallman1996-01-291-34/+60
* (dos_set_window_size): New function; switches the screenKarl Heuer1996-01-241-0/+124
* (sys_select): Use time macros to prevent time valuesKarl Heuer1996-01-241-9/+22
* (sigblock): New (dummy) function.Karl Heuer1996-01-231-0/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (dos_rawgetc): Make buf longer.Richard M. Stallman1996-01-121-1/+1
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (XMenuActivate): Make sure the menu title is alwaysRichard M. Stallman1995-12-261-1/+7
* (have_menus_p): Defined.Richard M. Stallman1995-12-251-8/+12
* (check_timer): get rid of the DOS-specific menubar clockKarl Heuer1995-12-191-44/+57
* (run_msdos_command): Support redirection of stderr.Karl Heuer1995-12-131-4/+5
* (IT_set_terminal_modes): Save screen color attributeKarl Heuer1995-12-131-5/+50
* (XMenuActivate): Display the menu pane title.Karl Heuer1995-12-131-5/+3
* (sys_select): Check timer once even if input is pending.Richard M. Stallman1995-11-271-2/+3
* (IT_set_menu_bar_lines): Clear last_modified field.Richard M. Stallman1995-11-251-0/+1
* Comment change.Richard M. Stallman1995-11-251-1/+1
* (internal_terminal_init): Initialize the_only_x_display.font.Richard M. Stallman1995-11-221-0/+1
* (dos_set_keyboard): If CODE is not recognized,Richard M. Stallman1995-11-221-0/+6
* (dos_menubar_clock_displayed): New variable.Richard M. Stallman1995-11-111-0/+8
* (the_only_x_display): Type is now struct x_output.Karl Heuer1995-11-041-7/+13
* (IT_ring_bell): Use intdos, not write.Richard M. Stallman1995-10-261-4/+54
* Whitespace changes.Richard M. Stallman1995-10-221-24/+26
* [!HAVE_X_WINDOWS]:Kim F. Storm1995-10-111-1295/+1698
* (gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.Paul Eggert1995-09-201-5/+36
* (gettimeofday): Don't bother setting time zone,Richard M. Stallman1995-09-101-39/+6
* (putchar): Call internal_flush instead of _flsbuf.Richard M. Stallman1995-09-031-214/+451
* (init_environment): Move alloca call out of function arg.Richard M. Stallman1995-07-201-1/+2
* (mouse_get_pos, mouse_check_moved, XMenuActivate):Karl Heuer1995-07-181-4/+4
* (mouse_get_pos): New arg `insist'.Richard M. Stallman1995-03-261-1/+2
* Comment change.Richard M. Stallman1995-01-201-1/+1
* (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,Richard M. Stallman1995-01-201-7/+10
* *** empty log message ***Morten Welinder1994-10-171-21/+615
* (run_msdos_command): Use type test macros.Karl Heuer1994-09-271-1/+1
* (mouse_init1): Use alternate mouse detection for old mouse drivers.Richard M. Stallman1994-07-141-3/+16
* (dos_rawgetc): Use bios, not kbhit ().Richard M. Stallman1994-07-111-1/+5
* (install_ctrl_break_check): Doc fix.Richard M. Stallman1994-07-091-35/+21
* (init_environment): Clean up code and make the defaultRichard M. Stallman1994-06-071-25/+38
* (run_msdos_command): Make local copy of argv[2] on stack, not on heap.Karl Heuer1994-06-031-7/+12
* (output_string): New function.Richard M. Stallman1994-05-301-6/+49
* (do_visible_bell): Renamed from visible_bell to avoidRichard M. Stallman1994-05-241-2/+6
* (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiersRichard M. Stallman1994-05-241-16/+33
* (gettimeofday): New function substituting the libraryRichard M. Stallman1994-05-171-0/+53
* (crlf_to_lf): Fix off-by-one condition.Richard M. Stallman1994-05-151-1/+3
* Finish downcasing mouse_init1, mouse_off,Richard M. Stallman1994-05-021-47/+78
* (run_msdos_command): Use assignment instead of initialization.Karl Heuer1994-03-231-2/+5
* (mouse_get_pos): Don't convert to glyph units.Richard M. Stallman1994-02-241-2/+2
* Use <...> for config.h.Richard M. Stallman1994-02-171-1/+1
* Initial revisionRichard M. Stallman1994-01-081-0/+1067