aboutsummaryrefslogtreecommitdiff
path: root/src/work.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve file readingThomas Voss 2024-10-301-32/+76
|
* Simplify span highlightingThomas Voss 2024-10-301-20/+13
|
* Fix typoThomas Voss 2024-10-301-1/+1
|
* Don’t try to fclose() a garbage pointerThomas Voss 2024-10-301-1/+1
|
* Completely revamp the grab source codeThomas Voss 2024-10-301-0/+453
Some of the (many) few changes are: - Multithreading for significantly faster performance - The -p/--predicate flag - Byte offsets as the default - No customizable colors (maybe this will come back later) - Newer edition of mlib (formerly librune)