Added cld member to command line option struct (-c option)

This commit is contained in:
Thomas Jensen 2000-04-01 18:28:18 +00:00
parent 07d7260497
commit 9eed60977d

View File

@ -3,7 +3,7 @@
* Date created: March 18, 1999 (Thursday, 15:09h)
* Author: Copyright (C) 1999 Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id: boxes.h.in,v 1.18 1999/08/21 23:37:23 tsjensen Exp tsjensen $
* Version: $Id: boxes.h.in,v 1.19 2000/03/17 23:43:13 tsjensen Exp tsjensen $
* Language: ANSI C
* Purpose: Project-wide globals and data structures
*
@ -23,6 +23,9 @@
* Revision History:
*
* $Log: boxes.h.in,v $
* Revision 1.19 2000/03/17 23:43:13 tsjensen
* Added vim autocommand to set syntax highlighting to C
*
* Revision 1.18 1999/08/21 23:37:23 tsjensen
* Renamed file from boxes.h to boxes.h.in
* VERSION and GLOBALCONF values are now put in by top level Makefile
@ -196,6 +199,7 @@ typedef struct { /* Command line options: */
int padding[ANZ_SIDES]; /* in spaces or lines resp. */
design_t *design; /* currently used box design */
int design_choice_by_user; /* true if design was chosen by user */
char *cld; /* commandline design definition, -c */
long reqwidth; /* requested box width (-s) */
long reqheight; /* requested box height (-s) */
char valign; /* text position inside box */