old version screen-3.9.11 Feb 14 2002

This commit is contained in:
jnweiger
2005-12-16 18:37:23 +00:00
parent 522f11a34f
commit b3e7420c1f
82 changed files with 11182 additions and 4869 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 1995-2000
/* Copyright (c) 1995-2002
* Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)
* Michael Schroeder (mlschroe@immd4.informatik.uni-erlangen.de)
* Copyright (c) 1987 Oliver Laumann
@@ -47,9 +47,7 @@ struct layer
int l_height;
int l_x; /* cursor position */
int l_y;
#ifdef UTF8
int l_utf8;
#endif
int l_encoding;
struct LayFuncs *l_layfn;
char *l_data;