aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (w32_use_full_screen_buffer): New variable.Andrew Innes1999-07-091-6/+63
| | | | | | (syms_of_ntterm): Register it. (initialize_w32_display): Set initial frame size accordingly, respecting the LINES and COLUMNS environment variables if set.
* (clear_frame): Remember that the window width mightAndrew Innes1999-05-221-10/+8
| | | | | | be smaller than the screen buffer width. (write_glyphs): Remove redundant variable attrs. Use FillConsoleOutputAttribute instead of WriteConsoleOutputAttribute.
* (initialize_w32_display): Use buffer coordsGeoff Voelker1998-10-301-7/+7
| | | | instead of buffer size (which may be larger than the window).
* (Fset_message_beep): Recognize 'silent.Geoff Voelker1998-10-281-3/+13
| | | | (w32_sys_ring_bell): Do nothing for the 'silent sound.
* (initialize_w32_display): Call init_crit to initializeAndrew Innes1998-06-221-0/+3
| | | | interrupt_handle (referenced by sys_select).
* (initialize_w32_displayed): Use new function prototypes.Geoff Voelker1998-04-291-18/+18
|
* (DebPrint, reset_kbd, unset_kbd, take_console): Delete functions.Geoff Voelker1997-09-031-62/+46
| | | | | | | | | | | | (keyboard_init_hook): Delete variable. (prev_console_cursor) [! USE_SEPARATE_SCREEN]: New variable. (reset_terminal_modes) [! USE_SEPARATE_SCREEN]: Reset cursor info. (initialize_w32_display) [USE_SEPARATE_SCREEN]: Create separate screen buffer. (ctrl_c_handler): Only ignore interrupts when interactive. (set_terminal_modes): Set input mode. (initialize_w32_display): Record original settings. Don't reset cursor or clear frame.
* Include charset.h.Geoff Voelker1997-07-011-1/+1
|
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-201-3/+3
| | | | | | | | into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
* Use new names for w32 filesGeoff Voelker1996-11-191-1/+1
|
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-6/+6
|
* (initialize_win_nt_display): Use SET_FRAME_WIDTH.Richard M. Stallman1996-09-211-1/+1
|
* (prev_console_mode): New variable.Richard M. Stallman1996-05-101-2/+6
| | | | | (unset_kbd): Use prev_console_mode. (reset_kbd): Set prev_console_mode. Call Fset_input_mode.
* (clear_frame): Use FillConsoleOutput* calls instead ofGeoff Voelker1996-01-211-16/+12
| | | | ScrollConsoleScreenBuffer (which has a bug on Win95).
* Update FSF's address in the preamble.Erik Naggum1996-01-151-15/+16
|
* (nt_ring_bell): Renamed from ring_bell, now global.Geoff Voelker1995-11-071-3/+7
| | | | | (initialize_win_nt_display): Use nt_ring_bell. [HAVE_NTGUI] (pixel_to_glyph_coords, glyph_to_pixel_coords): Don't define.
* (ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals.Richard M. Stallman1995-06-201-2/+4
|
* Include config.h before stdio.h.Geoff Voelker1995-06-101-3/+2
|
* (set_terminal_modes): Set cursor size appropriate for Win95.Geoff Voelker1995-05-261-3/+4
| | | | (write_glyphs): Don't memset attrs, which is a word array.
* (Fset_message_beep): Defined.Karl Heuer1995-04-121-14/+37
| | | | (ring_bell): Support audio cards.
* Initial revisionRichard M. Stallman1994-11-141-0/+605