Subversion Repositories planix.SVN

Rev

Rev 105 | Rev 115 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 114
Line 2... Line 2...
2
 * Copyright (c) 1980 Regents of the University of California.
2
 * Copyright (c) 1980 Regents of the University of California.
3
 * All rights reserved.  The Berkeley software License Agreement
3
 * All rights reserved.  The Berkeley software License Agreement
4
 * specifies the terms and conditions for redistribution.
4
 * specifies the terms and conditions for redistribution.
5
 */
5
 */
6
 
6
 
7
#if	!defined(lint) && defined(DOSCCS)
-
 
8
static char *sccsid = "@(#)ex_data.c	7.5 (Berkeley) 8/29/85";
-
 
9
#endif
-
 
10
 
7
 
11
#include "ex.h"
8
#include "ex.h"
12
#include "ex_tty.h"
9
#include "ex_tty.h"
13
 
10
 
14
/*
11
/*
Line 41... Line 38...
41
char	ttytype[ONMSZ] =
38
char	ttytype[ONMSZ] =
42
	{ 'd', 'u', 'm', 'b' };
39
	{ 'd', 'u', 'm', 'b' };
43
 
40
 
44
short	COLUMNS = 80;
41
short	COLUMNS = 80;
45
short	LINES = 24;
42
short	LINES = 24;
-
 
43
 
-
 
44
  
46
 
45
 
47
struct	option options[NOPTS + 1] = {
46
struct	option options[NOPTS + 1] = {
-
 
47
/*	name		abbrev	type		def.	val	osval	*/	
48
	"autoindent",	"ai",	ONOFF,		0,	0,	0,
48
	"autoindent",	"ai",	ONOFF,		0,	0,	0,
49
	"autoprint",	"ap",	ONOFF,		1,	1,	0,
49
	"autoprint",	"ap",	ONOFF,		1,	1,	0,
50
	"autowrite",	"aw",	ONOFF,		0,	0,	0,
50
	"autowrite",	"aw",	ONOFF,		0,	0,	0,
51
	"beautify",	"bf",	ONOFF,		0,	0,	0,
51
	"beautify",	"bf",	ONOFF,		0,	0,	0,
52
	"directory",	"dir",	STRING,		0,	0,	direct,
52
	"directory",	"dir",	STRING,		0,	0,	direct,