Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3d268f9
Commit
f3d268f9
authored
Apr 29, 1998
by
Geoff Voelker
Browse files
(initialize_w32_displayed): Use new function prototypes.
parent
eccec691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
src/w32console.c
src/w32console.c
+18
-18
No files found.
src/w32console.c
View file @
f3d268f9
...
...
@@ -507,26 +507,26 @@ initialize_w32_display (void)
{
CONSOLE_SCREEN_BUFFER_INFO
info
;
cursor_to_hook
=
(
term_hook
)
move_cursor
;
raw_cursor_to_hook
=
(
term_hook
)
move_cursor
;
clear_to_end_hook
=
(
term_hook
)
clear_to_end
;
clear_frame_hook
=
(
term_hook
)
clear_frame
;
clear_end_of_line_hook
=
(
term_hook
)
clear_end_of_line
;
ins_del_lines_hook
=
(
term_hook
)
ins_del_lines
;
change_line_highlight_hook
=
(
term_hook
)
change_line_highlight
;
reassert_line_highlight_hook
=
(
term_hook
)
reassert_line_highlight
;
insert_glyphs_hook
=
(
term_hook
)
insert_glyphs
;
write_glyphs_hook
=
(
term_hook
)
write_glyphs
;
delete_glyphs_hook
=
(
term_hook
)
delete_glyphs
;
ring_bell_hook
=
(
term_hook
)
w32_sys_ring_bell
;
reset_terminal_modes_hook
=
(
term_hook
)
reset_terminal_modes
;
set_terminal_modes_hook
=
(
term_hook
)
set_terminal_modes
;
set_terminal_window_hook
=
(
term_hook
)
set_terminal_window
;
update_begin_hook
=
(
term_hook
)
update_begin
;
update_end_hook
=
(
term_hook
)
update_end
;
cursor_to_hook
=
move_cursor
;
raw_cursor_to_hook
=
move_cursor
;
clear_to_end_hook
=
clear_to_end
;
clear_frame_hook
=
clear_frame
;
clear_end_of_line_hook
=
clear_end_of_line
;
ins_del_lines_hook
=
ins_del_lines
;
change_line_highlight_hook
=
change_line_highlight
;
reassert_line_highlight_hook
=
reassert_line_highlight
;
insert_glyphs_hook
=
insert_glyphs
;
write_glyphs_hook
=
write_glyphs
;
delete_glyphs_hook
=
delete_glyphs
;
ring_bell_hook
=
w32_sys_ring_bell
;
reset_terminal_modes_hook
=
reset_terminal_modes
;
set_terminal_modes_hook
=
set_terminal_modes
;
set_terminal_window_hook
=
set_terminal_window
;
update_begin_hook
=
update_begin
;
update_end_hook
=
update_end
;
read_socket_hook
=
w32_console_read_socket
;
mouse_position_hook
=
w32_mouse_position
;
mouse_position_hook
=
w32_
console_
mouse_position
;
/* Remember original console settings. */
keyboard_handle
=
GetStdHandle
(
STD_INPUT_HANDLE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment