mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-24 05:21:10 +01:00
Added cld member to command line option struct (-c option)
This commit is contained in:
parent
07d7260497
commit
9eed60977d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user