view src/s/ultrix4-3.h @ 16598:4b0b6719bbd2

[__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.
author Karl Heuer <kwzh@gnu.org>
date Tue, 19 Nov 1996 07:42:09 +0000
parents cb2401f4c61f
children 06cce6ea9dd0
line wrap: on
line source

#include "bsd4-3.h"

#define NEED_UNISTD_H
#define HAVE_TERMIOS
#define PREFER_VSUSP

/* Must set the line discipline to this, to make termio work.  */
#define SET_LINE_DISCIPLINE TERMIODISC