File:  [Research Unix] / researchv10no / libcurses / cr_ex.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

/* Copyright (c) 1979 Regents of the University of California */

/*
 * Character constants and bits
 *
 * The editor uses the QUOTE bit as a flag to pass on with characters
 * e.g. to the putchar routine.  The editor never uses a simple char variable.
 * Only arrays of and pointers to characters are used and parameters and
 * registers are never declared character.
 *
 * 1/26/81 (Berkeley) @(#)cr_ex.h	1.1
 */
# define	QUOTE	0200
# define	TRIM	0177
# define	CTRL(c)	('c' & 037)
# define	NL	CTRL(j)
# define	CR	CTRL(m)
# define	DELETE	0177		/* See also ATTN, QUIT in ex_tune.h */
# define	ESCAPE	033

unix.superglobalmegacorp.com

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