File:  [MW Coherent from dump] / coherent / c / usr / include / sys / deftty.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:41 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 3.0
 * 	Copyright (c) 1982, 1990 by Mark Williams Company.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
/*
 * Coherent - default tty settings.
 *	used by sys/drv/tty.c, src/cmd0/getty.c, and src/cmd0/login.c
 *	to initialize terminal characteristics.
 */
#ifndef DEFTTY_H
#define DEFTTY_H
#include <sys/chars.h>

#define DEF_SG_ISPEED	B9600
#define DEF_SG_OSPEED	B9600
#define	DEF_SG_ERASE	BS
#define	DEF_SG_KILL	CTRLU
#define	DEF_SG_FLAGS	EVENP|ODDP|CRMOD|ECHO|XTABS|CRT
#define	DEF_T_INTRC	CTRLC
#define	DEF_T_QUITC	FS
#define	DEF_T_STARTC	CTRLQ
#define	DEF_T_STOPC	CTRLS
#define	DEF_T_EOFC	CTRLD
#define	DEF_T_BRKC	-1
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.