]> git.eshelyaron.com Git - emacs.git/commit
[__DJGPP__ >= 2] (dos_direct_output): Faster method of
authorKarl Heuer <kwzh@gnu.org>
Tue, 19 Nov 1996 07:42:09 +0000 (07:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 19 Nov 1996 07:42:09 +0000 (07:42 +0000)
commitfc171623b4478aa7b80d3c3ee66459e989574997
tree15c9234a49d9e2b6e17e7074fe0fb7eb8333fb72
parentc7385664fde60a1fe4d617ccd6d19d83b355c3c2
[__DJGPP__ >= 2] (dos_direct_output): Faster method of
writing characters to the screen.
(SCREEN_SET_CURSOR): Remove.
(IT_display_cursor): New function, to turn the cursor on and off.
(IT_cmgoto): New function, sets the cursor to its final position
whenever frame update is complete.
(internal_terminal_init): Set IT_cmgoto as the hook to be called
when frame is up to date.
(dos_rawgetc): Call IT_cmgoto instead of the SCREEN_SET_CURSOR
macro (which is gone now).
(XMenuActivate): Turn off the cursor while the menu is displayed,
to prevent it from showing through the menu panes.
src/msdos.c