mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
Upload
Digital Research
This commit is contained in:
22
CPM OPERATING SYSTEMS/CPM 68K/1.2 SOURCE/6/SGTTY.H
Normal file
22
CPM OPERATING SYSTEMS/CPM 68K/1.2 SOURCE/6/SGTTY.H
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
/* sgtty.h - tty control information */
|
||||
/* Note reduced contents for CP/M implementation... */
|
||||
struct sgttyb{
|
||||
char sg_ispeed; /* ignored */
|
||||
char sg_ospeed; /* ignored */
|
||||
char sg_erase; /* ignored */
|
||||
char sg_kill; /* ignored */
|
||||
int sg_flags;
|
||||
|
||||
};
|
||||
#define XTABS 0006000
|
||||
#define RAW 0000040
|
||||
#define CRMOD 0000020
|
||||
#define ECHO 0000010
|
||||
#define LCASE 0000004
|
||||
#define CBREAK 0000002
|
||||
|
||||
EAK 0000002
|
||||
|
||||
EAK 0000002
|
||||
|
Reference in New Issue
Block a user