mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-31 09:59:15 +01:00
Removed empty_side() prototype (now in shape.h)
Added indentmode and justify members to command line options struct
This commit is contained in:
parent
e9f3b88ef9
commit
6e23417d1f
@ -3,7 +3,7 @@
|
|||||||
* Date created: March 18, 1999 (Thursday, 15:09h)
|
* Date created: March 18, 1999 (Thursday, 15:09h)
|
||||||
* Author: Thomas Jensen
|
* Author: Thomas Jensen
|
||||||
* tsjensen@stud.informatik.uni-erlangen.de
|
* tsjensen@stud.informatik.uni-erlangen.de
|
||||||
* Version: $Id: boxes.h,v 1.12 1999/06/23 12:33:49 tsjensen Exp tsjensen $
|
* Version: $Id: boxes.h,v 1.13 1999/06/23 19:21:15 tsjensen Exp tsjensen $
|
||||||
* Language: ANSI C
|
* Language: ANSI C
|
||||||
* Purpose: Project-wide globals and data structures
|
* Purpose: Project-wide globals and data structures
|
||||||
* Remarks: ---
|
* Remarks: ---
|
||||||
@ -11,6 +11,10 @@
|
|||||||
* Revision History:
|
* Revision History:
|
||||||
*
|
*
|
||||||
* $Log: boxes.h,v $
|
* $Log: boxes.h,v $
|
||||||
|
* Revision 1.13 1999/06/23 19:21:15 tsjensen
|
||||||
|
* Now exporting anz_designs, input, and empty_side()
|
||||||
|
* Added #include regexp.h back
|
||||||
|
*
|
||||||
* Revision 1.12 1999/06/23 12:33:49 tsjensen
|
* Revision 1.12 1999/06/23 12:33:49 tsjensen
|
||||||
* Moved some data structures and macros related to shapes to shape.h
|
* Moved some data structures and macros related to shapes to shape.h
|
||||||
* Added #ifdef DEBUG around __TJ() macro for convenience
|
* Added #ifdef DEBUG around __TJ() macro for convenience
|
||||||
@ -167,6 +171,8 @@ typedef struct { /* Command line options: */
|
|||||||
long reqheight; /* requested box height (-s) */
|
long reqheight; /* requested box height (-s) */
|
||||||
char valign; /* text position inside box */
|
char valign; /* text position inside box */
|
||||||
char halign; /* ( h[lcr]v[tcb] ) */
|
char halign; /* ( h[lcr]v[tcb] ) */
|
||||||
|
char indentmode; /* 'b', 't', 'n', or '\0' */
|
||||||
|
char justify; /* 'l', 'c', 'r', or '\0' */
|
||||||
FILE *infile; /* where we get our input */
|
FILE *infile; /* where we get our input */
|
||||||
FILE *outfile; /* where we put our output */
|
FILE *outfile; /* where we put our output */
|
||||||
} opt_t;
|
} opt_t;
|
||||||
@ -193,10 +199,6 @@ extern input_t input;
|
|||||||
#endif /*!FILE_LEXER_L*/
|
#endif /*!FILE_LEXER_L*/
|
||||||
|
|
||||||
|
|
||||||
int empty_side (design_t *d, const int aside);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* BOXES_H */
|
#endif /* BOXES_H */
|
||||||
|
|
||||||
/*EOF*/ /* vim: set cindent sw=4: */
|
/*EOF*/ /* vim: set cindent sw=4: */
|
||||||
|
Loading…
Reference in New Issue
Block a user