aboutsummaryrefslogtreecommitdiff
path: root/center.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless newline-escapeHEADmasterThomas Voss 2023-07-111-1/+1
* Formatting changesThomas Voss 2022-11-211-8/+8
* Use constants instead of macrosv1.3.0Thomas Voss 2022-11-131-5/+4
* Add support for long optionsThomas Voss 2022-11-131-2/+12
* Centering was off by 1, lolv1.2.0Thomas Voss 2022-11-101-1/+1
* Move the flags in the usage string to PROG_ARGSThomas Voss 2022-11-041-5/+2
* Properly handle backspace charactersv1.1.0Thomas Voss 2022-10-151-2/+2
* Remove POSIXLY_CORRECT and use -D in CFLAGSThomas Voss 2022-10-151-3/+0
* Get screen width initially from 205Thomas Voss 2022-10-151-18/+26
* Fix diagnostic message during overflowThomas Voss 2022-10-151-1/+1
* Define the die() and diex() macrosThomas Voss 2022-10-151-4/+7
* Sort flags alphabeticallyThomas Voss 2022-10-151-3/+3
* Move long parsing to its own functionv1.0.0Thomas Voss 2022-10-091-19/+22
* Add the -r flag to print tabs using spacessheepmax 2022-10-081-28/+63
* De-verbosify usageThomas Voss 2022-10-081-1/+1
* Wrap code to 80 columnsThomas Voss 2022-10-051-11/+21
* Sort command-line flagsThomas Voss 2022-10-051-12/+12
* Add tab width specification (#5)nothing-c 2022-10-051-3/+13
* Remove excess parensThomas Voss 2022-10-041-1/+1
* Fix bug when width is less than line lengthThomas Voss 2022-10-041-3/+3
* Add centering by longest line (#3)Casper Andersson 2022-10-041-3/+73
* Remove unused flags from call to getopt()Thomas Voss 2022-10-031-1/+1
* Make buffer and size static to avoid memory leakCasper Andersson 2022-10-011-2/+2
* Fix centering with ANSI escapesThomas Voss 2022-09-231-1/+1
* Fix text centering of multibyte charactersThomas Voss 2022-09-231-2/+7
* Add license textThomas Voss 2022-09-201-0/+17
* Fix usage stringThomas Voss 2022-08-091-1/+1
* Don't exit when fopen(3) returns NULLThomas Voss 2022-02-081-4/+7
* Initial commitThomas Voss 2022-02-081-0/+163