mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-17 23:37:21 +02:00
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()
Description
Languages
C
86.5%
Makefile
3.6%
Shell
3.3%
Lex
2.4%
Vim Script
2.3%
Other
1.9%