aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (dos_rawgetc): Disable the x-autoselect-window feature,Eli Zaretskii2002-03-151-0/+4
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-5/+20
* (last_mouse_window): New variable.Eli Zaretskii2002-02-161-4/+10
* (x_autoselect_window_p): New variable.Eli Zaretskii2002-02-161-0/+29
* (Vx_bitmap_file_path, x_stretch_cursor_p): Remove theseEli Zaretskii2002-02-111-15/+0
* (emacs_root_dir): New function.Eli Zaretskii2001-12-191-0/+11
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-12-111-27/+27
* (IT_clear_screen): If the frame's faces are not yetEli Zaretskii2001-11-231-4/+14
* Fringe cleanup.Kim F. Storm2001-11-161-1/+1
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* (IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.Miles Bader2001-10-201-33/+7
* (do_visible_bell): Add \n\ at the end of each line ofEli Zaretskii2001-07-061-24/+24
* Update copyright notice.Eli Zaretskii2001-03-041-1/+2
* (Fmsdos_remember_default_colors): If default-frame-alistEli Zaretskii2001-03-021-10/+22
* (IT_set_face): Obey inverse_video.Eli Zaretskii2000-12-181-0/+8
* (IT_write_glyphs): Compute the glyph face from str->face_id.Eli Zaretskii2000-12-181-1/+4
* (Fmsdos_set_mouse_buttons): Signal an error if theEli Zaretskii2000-12-141-1/+8
* (fast_find_position): Don't overstep the last window row.Eli Zaretskii2000-12-121-4/+15
* (dos_set_window_size): Update screen dimension variables.Eli Zaretskii2000-10-211-0/+5
* (IT_set_face): Compare highlighted face with the defaultEli Zaretskii2000-10-161-24/+34
* Fix last change.Eli Zaretskii2000-10-091-3/+5
* (IT_set_frame_parameters): Don't initialize Lisp_ObjectEli Zaretskii2000-10-091-10/+44
* (top-level) <Qbackground_color, Qforeground_color>: MakeEli Zaretskii2000-10-081-8/+4
* (IT_write_glyphs): Convert cbp to unsigned char *.Eli Zaretskii2000-08-161-1/+1
* (IT_write_glyphs): Use a locally declared conversion_buffer.Kenichi Handa2000-08-161-0/+3
* (IT_update_begin): Don't crash if mouse_face_mouse_frameEli Zaretskii2000-08-151-3/+4
* (IT_note_mouse_highlight): Update the calls to overlays_at.Eli Zaretskii2000-08-101-5/+3
* Include keyboard.h.Eli Zaretskii2000-08-091-8/+21
* (Fmsdos_set_mouse_buttons): Add missing backslashes inEli Zaretskii2000-08-071-3/+3
* (Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.Eli Zaretskii2000-07-311-14/+34
* (run_msdos_command): Save and restore the masterEli Zaretskii2000-07-311-6/+13
* (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