ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Color in grep outout #46

Open emkayonline opened 4 years ago

emkayonline commented 4 years ago

When using grep to color the output, eg.

grep --color TestString */*

This should only color the TestString match in the lines, but it actually colors the whole line.

Is there a setting I can change so that only the matches are colored, not the whole line?

Thanks