mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-24 21:41:05 +01:00
Command line ASCII boxes unlimited!
Moved MAX_TABSTOP, LINE_MAX macros to boxes.h Moved BMAX, strrstr, btrim(), yyerror(), expand_tabs_into(), regerror(), empty_line() to a new file tools.c, added #include tools.h Some cleanup in main() Declared style_sort() helper function static Renamed strrstr() to my_strnrstr() (now defined in tools.c) Default design is now defined by DEF_DESIGN macro Moved struct opt_t to boxes.h Bugfix: segfaulted if shape was bigger than input when detecting design Bugfix: Padding was not removed when box was removed Bugfix: Forgot null byte when removing west box side Changed select_design(), because default design value now set in process_commandline() |
||
---|---|---|
src | ||
boxes-config |